ci: update dependency installation to use symlink

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:30:20 +01:00
parent 0b61ce11e1
commit c258f1014d
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -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