6 lines
114 B
Bash
6 lines
114 B
Bash
#!/usr/bin/env sh
|
|
|
|
gup --always
|
|
yarn install --frozen-lockfile --check-files --non-interactive
|
|
touch node_modules
|