1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json
npm install
rm npm-shrinkwrap.json