From c258f1014d53fa83216b117b6274e814ca3ebe08 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:30:20 +0100 Subject: [PATCH] ci: update dependency installation to use symlink --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9881355..80e9c89 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Install dependencies run: | cd frontend - cp -r /home/bun/app/node_modules . + ln -s /home/bun/app/node_modules node_modules - name: Test build run: | cd frontend