From 5551966deeb5d8407a9eb6a4a5b6ac7e6aa2d8a9 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Sat, 6 Jul 2024 00:01:17 -0700 Subject: [PATCH] install deps --- .forgejo/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index c66962e..a774def 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -15,7 +15,8 @@ jobs: with: node-version: 22 cache: 'npm' - + - name: Install node dependencies + run: npm install - name: Build run: npm run build - name: Copy