Skip to content

Commit b5ae4a9

Browse files
committed
add npx command
1 parent d9b7ea1 commit b5ae4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
aws-region: us-east-1
4848

4949
- name: Build
50-
run: vite build
50+
run: npx vite build
5151
working-directory: ${{ env.WORKING_DIRECTORY }}
5252

5353
- name: Deploy to S3

0 commit comments

Comments
 (0)