diff --git a/frontend/dist.gup b/frontend/dist.gup index f2b7657..9905c96 100644 --- a/frontend/dist.gup +++ b/frontend/dist.gup @@ -1,5 +1,6 @@ #!/usr/bin/env sh gup --always +gup -u node_modules rm -rf dist yarn run build diff --git a/frontend/node_modules.gup b/frontend/node_modules.gup new file mode 100644 index 0000000..bf6f29d --- /dev/null +++ b/frontend/node_modules.gup @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +gup --always +yarn install +touch node_modules