Skip to content

Commit

Permalink
Try setting unsafe-perm to true instead
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
  • Loading branch information
christophebedard committed Feb 12, 2023
1 parent 9d72275 commit 7a60da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install -g codecov
# if [ -d "${docker_workdir}" ]; then
# chown -R 1001:1001 "${docker_workdir}"
# fi
npm config set unsafe-perm true
npm config set unsafe-perm true -g

npm ci
npm run build
Expand Down

0 comments on commit 7a60da6

Please sign in to comment.