Skip to content

Commit a9f1c17

Browse files
committed
build: update workflow file
1 parent f0749ff commit a9f1c17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/vercel-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
needs: test
2929
steps:
3030
- name: build
31-
- run: npm i
32-
- run: npm run build
31+
run: |
32+
npm i
33+
npm run build
3334
3435
- name: build example
3536
working-directory: ./example

0 commit comments

Comments
 (0)