0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-12 06:09:06 +00:00
renovatebot_renovate/.devcontainer/post-create.sh
2024-04-15 16:25:55 +00:00

10 lines
199 B
Bash
Executable file

#!/bin/bash
set -e
if [[ "${CODESPACES}" == true ]]; then
echo "Fixing permissions of /tmp for GitHub Codespaces..." >&2
sudo chmod 1777 /tmp
fi
COREPACK_ENABLE_DOWNLOAD_PROMPT=0 pnpm install