Skip to content

Commit 065fe98

Browse files
committed
use stricter error checking in uncached-npm-install.sh
Closes twbs#13045
1 parent d4a4bbb commit 065fe98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-infra/uncached-npm-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23
cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json
34
npm install
45
rm npm-shrinkwrap.json

0 commit comments

Comments
 (0)