mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 13:44:43 +00:00
6 lines
139 B
Bash
Executable file
6 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
cd .. # /bootstrap/
|
|
cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json
|
|
npm install
|
|
rm npm-shrinkwrap.json
|