6 lines
131 B
Bash
6 lines
131 B
Bash
#!/usr/bin/env sh
|
|
|
|
gup -u package.json yarn.lock
|
|
yarn install --frozen-lockfile --check-files --non-interactive
|
|
touch node_modules
|