ci: update dependency installation to use symlink
This commit is contained in:
parent
0b61ce11e1
commit
c258f1014d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue