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

add -y

parent 7b01f8c7
No related branches found
No related tags found
No related merge requests found
Pipeline #6726 failed
...@@ -5,7 +5,7 @@ test: ...@@ -5,7 +5,7 @@ test:
stage: test stage: test
script: script:
- apt update - apt update
- apt install npm - apt install -y npm
- rm ./package-lock.json - rm ./package-lock.json
- npm install - npm install
- ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/ - ./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