Skip to content

Commit

Permalink
frontend install
Browse files Browse the repository at this point in the history
  • Loading branch information
leo4life2 committed Jul 18, 2024
1 parent b5662b7 commit 988a270
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
node-version: '18'

- name: Install dependencies
run: npm install --include=dev
run: |
npm install --include=dev
cd frontend
npm install --include=dev
- name: Build frontend with Vite
run: |
Expand Down

0 comments on commit 988a270

Please sign in to comment.