Skip to content

Commit

Permalink
npm install quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jul 1, 2017
1 parent 70acbd0 commit 4d554ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o nounset # fail on unset variables
git clone https://github.com/electron/electron-apps app
cd app
npm config set loglevel warn
npm install
npm install --quiet
npm run build
npm run test-all
[[ `git status --porcelain` ]] || exit
Expand Down

0 comments on commit 4d554ef

Please sign in to comment.