0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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