0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-15 08:34:54 +00:00
renovatebot_renovate/.devcontainer/post-create.sh
2025-02-03 13:10:56 +00:00

10 lines
207 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
pnpm install --reporter append-only --aggregate-output