Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
use npm ci to install build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bailey committed Feb 20, 2021
1 parent c2fae25 commit ffa0434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_app_task:
node_modules_cache:
folder: node_modules
fingerprint_script: cat package-lock.json
populate_script: npm install
populate_script: npm ci
build_folder_cache:
folder: build
fingerprint_script:
Expand Down

0 comments on commit ffa0434

Please sign in to comment.