Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: Add --unsafe-perm=true --allow-root (#573)
  • Loading branch information
Shohei Ueda authored and GitHub committed Feb 22, 2021
1 parent 0ed12e5 commit 99df4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ run:

.PHONY: ci
ci:
docker-compose run --rm -T dev npm ci
docker-compose run --rm -T dev npm ci --unsafe-perm=true --allow-root

.PHONY: test
test:
Expand Down

0 comments on commit 99df4b0

Please sign in to comment.