Skip to content

Commit

Permalink
npm install -> npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
josephhaddad55 committed Aug 21, 2019
1 parent e32993e commit 2bd0f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -13,7 +13,7 @@ build:
- nodejs -v
- npm -v
- ls -la -F
- npm install
- npm ci
- npx ng build --prod
cache:
paths:
Expand Down

0 comments on commit 2bd0f12

Please sign in to comment.