Skip to content
Snippets Groups Projects
Commit 7012c1d0 authored by Chris Hines's avatar Chris Hines
Browse files

need npm during build

parent a8f590da
No related branches found
No related tags found
No related merge requests found
Pipeline #6724 failed
......@@ -4,6 +4,7 @@ stages:
test:
stage: test
script:
- apt install npm
- rm ./package-lock.json
- npm install
- ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment