Skip to content

Commit

Permalink
ci(gitlab): remove angular 12 deprecation warning
Browse files Browse the repository at this point in the history
- additionally execute ng version for info during build
  • Loading branch information
flyingfishflash committed May 21, 2021
1 parent 08bb86c commit 6d6ebf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ build-dist:
- export PATH=$PWD/frontend/node_modules/.bin:$PATH
- cd frontend
- npm ci --cache .npm --prefer-offline
- ng build --prod
- ng version
- ng build --configuration production
cache:
key: "$CI_COMMIT_REF_SLUG-frontend"
paths:
Expand Down

0 comments on commit 6d6ebf0

Please sign in to comment.