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

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: