2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

use stricter error checking in uncached-npm-install.sh

Closes #13045
This commit is contained in:
Chris Rebert
2014-03-12 13:50:11 -07:00
parent d4a4bbb729
commit 065fe98a29
+1
View File
@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -e
cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json
npm install npm install
rm npm-shrinkwrap.json rm npm-shrinkwrap.json