do yarn install

This commit is contained in:
Gregor Kleen 2023-05-11 16:26:35 +02:00
parent d120c12cca
commit 400bf9f2af
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env sh
gup --always
gup -u node_modules
rm -rf dist
yarn run build

View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
gup --always
yarn install
touch node_modules