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

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

Closes #13045
parent d4a4bbb7
#!/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
Markdown is supported
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