Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
use npm ci command instead of npm install (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jun 21, 2018
1 parent 1b0eef9 commit 0be345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/update-source-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -o nounset # fail on unset variables

git clone "https://github.com/electron/i18n" module
cd module
npm install
npm ci
npm run collect
npm run content-cleanup

Expand Down

0 comments on commit 0be345a

Please sign in to comment.