Skip to content

Commit 728eed4

Browse files
committed
Fix start command
1 parent f389012 commit 728eed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Cypress run
2828
uses: cypress-io/github-action@v2
2929
with:
30-
start: npm start
30+
start: npm serve
3131
wait-on: 'http://localhost:8080'

0 commit comments

Comments
 (0)