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

update gitlabci to use yarn

parent 991fd6aa
No related branches found
No related tags found
2 merge requests!114Revert "Add MLeRP Monash",!113Revert "Add MLeRP Monash"
Pipeline #99019 failed
...@@ -15,8 +15,9 @@ build: ...@@ -15,8 +15,9 @@ build:
- apt update - apt update
- apt install -y nodejs - apt install -y nodejs
- rm ./package-lock.json - rm ./package-lock.json
- npm install - npm install --global yarn
- npm run ng build -- --aot --base-href=/ --configuration=$CI_COMMIT_REF_NAME - yarn install
- ng build -- --aot --base-href=/ --configuration=$CI_COMMIT_REF_NAME
artifacts: artifacts:
paths: paths:
......
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