Skip to content
Snippets Groups Projects
Commit d8bfac1e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

.gitlab-ci.yml: npm install --legacy-peer-deps

parent 003a1203
Branches
No related tags found
1 merge request!18.gitlab-ci.yml: npm install --legacy-peer-deps
Pipeline #28510 failed
......@@ -12,7 +12,7 @@ cache:
pages:
stage: deploy
script:
- npm install
- npm install --legacy-peer-deps
- ./node_modules/.bin/gatsby build --prefix-paths
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment