mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-15 04:40:02 +01:00
7 lines
129 B
Bash
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
|