Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
tutorials
eic_tutorial
Commits
d8bfac1e
Commit
d8bfac1e
authored
Feb 26, 2022
by
Wouter Deconinck
Browse files
.gitlab-ci.yml: npm install --legacy-peer-deps
parent
003a1203
Pipeline
#28510
failed with stage
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d8bfac1e
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment