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

use a modern npm

parent 5a95cc7b
No related branches found
No related tags found
No related merge requests found
Pipeline #6728 failed
......@@ -4,8 +4,9 @@ stages:
test:
stage: test
script:
- curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
- apt update
- apt install -y npm
- apt install -y nodejs npm
- rm ./package-lock.json
- npm install -u
- 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