diff options
| author | Chris Rebert <[email protected]> | 2014-03-12 13:50:11 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-12 13:50:11 -0700 |
| commit | 065fe98a29b1f1f90d46b9a2ab481fcaa9ea987d (patch) | |
| tree | 39aea48083a5393077b30b7e285c1ccdda84b3d4 | |
| parent | d4a4bbb729008bc1963ceee50c930ae21cc7d254 (diff) | |
| download | bootstrap-065fe98a29b1f1f90d46b9a2ab481fcaa9ea987d.tar.xz bootstrap-065fe98a29b1f1f90d46b9a2ab481fcaa9ea987d.zip | |
use stricter error checking in uncached-npm-install.sh
Closes #13045
| -rwxr-xr-x | test-infra/uncached-npm-install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-infra/uncached-npm-install.sh b/test-infra/uncached-npm-install.sh index 1c5624986..49c75192b 100755 --- a/test-infra/uncached-npm-install.sh +++ b/test-infra/uncached-npm-install.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json npm install rm npm-shrinkwrap.json |
