try npm install --unsafe-perm

This commit is contained in:
Olivier Demers 2023-09-27 19:27:12 +00:00
parent a89e12eae1
commit c5d48f2281

View File

@ -12,7 +12,7 @@ build:
paths: paths:
- dist/ - dist/
script: script:
- npm install - npm install --unsafe-perm
- npm run build - npm run build
deploy: deploy: