diff options
Diffstat (limited to 'bower_components/bootstrap/test-infra/uncached-npm-install.sh')
-rwxr-xr-x | bower_components/bootstrap/test-infra/uncached-npm-install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bower_components/bootstrap/test-infra/uncached-npm-install.sh b/bower_components/bootstrap/test-infra/uncached-npm-install.sh new file mode 100755 index 00000000..1c562498 --- /dev/null +++ b/bower_components/bootstrap/test-infra/uncached-npm-install.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json +npm install +rm npm-shrinkwrap.json |