Skip to content

Commit 68c3434

Browse files
author
Kay
committed
github: add missing npm install
1 parent 064c637 commit 68c3434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vite-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
- uses: actions/setup-node@v6
1919

20-
- run: npm run build
20+
- run: npm install && npm run build
2121
working-directory: frontend/
2222

2323
- name: Upload compiled binary

0 commit comments

Comments
 (0)