do yarn install
This commit is contained in:
parent
d120c12cca
commit
400bf9f2af
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
gup --always
|
||||
gup -u node_modules
|
||||
rm -rf dist
|
||||
yarn run build
|
||||
|
||||
5
frontend/node_modules.gup
Normal file
5
frontend/node_modules.gup
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
gup --always
|
||||
yarn install
|
||||
touch node_modules
|
||||
Loading…
Reference in New Issue
Block a user