mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 12:30:23 +00:00
5 lines
118 B
Bash
Executable file
5 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json
|
|
npm install
|
|
rm npm-shrinkwrap.json
|