Skip to content
Snippets Groups Projects
Verified Commit 7a3de9f5 authored by Sean King's avatar Sean King
Browse files

Fix GitHub issue with NPM dependency resolving in CI pipeline

parent 4406dce5
Branches
Tags
2 merge requests!282Release/2.5.0,!208Fix GitHub issue with NPM dependency resolving in CI pipeline
......@@ -20,6 +20,7 @@ build:
stage: build
before_script: &before-build
- apk --no-cache add git
- git config --global url."https://github.com/".insteadOf git://github.com/
script:
- npm install
- npm run build:prod
......@@ -32,6 +33,7 @@ lint:
stage: test
before_script: &before-yarn
- apk --no-cache add git
- git config --global url."https://github.com/".insteadOf git://github.com/
- yarn cache clean
- yarn
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment