ci: update CI workflow to install dependencies correctly
This commit is contained in:
parent
7533f1139c
commit
c55fcd9ea0
1 changed files with 1 additions and 4 deletions
|
@ -45,13 +45,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
cd frontend
|
|
||||||
cp -r /home/bun/app/node_modules .
|
|
||||||
- name: Run Eslint
|
- name: Run Eslint
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
cp -r /home/bun/app/node_modules .
|
||||||
bun run lint
|
bun run lint
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
|
|
Reference in a new issue