Commit 065fe98a authored by Chris Rebert's avatar Chris Rebert
Browse files

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

Closes #13045
parent d4a4bbb7
Showing with 1 addition and 0 deletions
+1 -0
#!/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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment