ci: Add --unsafe-perm=true --allow-root (#573)

This commit is contained in:
Shohei Ueda 2021-02-23 02:36:11 +09:00 committed by GitHub
parent 0ed12e5298
commit 99df4b07a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: