Files
image-sequencer/node_modules/bootstrap/test-infra/uncached-npm-install.sh
2017-01-02 23:19:02 -05:00

7 lines
129 B
Bash

#!/bin/bash
set -e
cd .. # /bootstrap/
cp test-infra/npm-shrinkwrap.json npm-shrinkwrap.json
npm install
rm npm-shrinkwrap.json