Skip to content

Commit e30f9e7

Browse files
committed
ci: add github workflow3
1 parent 462d888 commit e30f9e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: build
2727
run: |
2828
# pnpm install --frozen-lockfile
29-
pnpm build
29+
npm build
3030
- name: upload build artifact
3131
if: always()
3232
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)