Skip to content

Commit 504177c

Browse files
authored
Update static.yml
1 parent 8d9fdd9 commit 504177c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Node
3737
uses: actions/setup-node@v3.9.1
3838
- name: Build Client
39-
run: cd ./client && npm run build
39+
run: cd ./client && npm i && npm run build
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:

0 commit comments

Comments
 (0)