Skip to content

Commit 1d8cf3c

Browse files
committed
fix build app command in github actions script
1 parent 53afd54 commit 1d8cf3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Run all test cases
2424
run: npm run test -- --silent
2525
- name: Build app
26-
run: npm run start
26+
run: npm run build

0 commit comments

Comments
 (0)