From 400bf9f2af78b62b34925e691cecb7b70995d8aa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 11 May 2023 16:26:35 +0200 Subject: [PATCH] do yarn install --- frontend/dist.gup | 1 + frontend/node_modules.gup | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 frontend/node_modules.gup 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