Skip to content

Commit

Permalink
use stricter error checking in uncached-npm-install.sh
Browse files Browse the repository at this point in the history
Closes twbs#13045
  • Loading branch information
cvrebert committed Mar 12, 2014
1 parent d4a4bbb commit 065fe98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-infra/uncached-npm-install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json
npm install
rm npm-shrinkwrap.json

0 comments on commit 065fe98

Please sign in to comment.