Skip to content

Commit

Permalink
Replace npm install with npm ci (decentraland#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jul 8, 2021
1 parent 5262f78 commit 961eb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
script:
- cd webapp
- ./setupEnv.sh
- npm install && npm run build
- npm ci && npm run build
- dcl-lock-sync
- cd .ci && npm ci && dcl-up website-market
- dcl-sync-release && cd ..
Expand Down

0 comments on commit 961eb40

Please sign in to comment.