Skip to content

Commit

Permalink
Fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 20, 2023
1 parent e171b21 commit a1aeabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: cypress-io/github-action@v6
with:
working-directory: test-app
build: npm run example:build
start: npm run example:preview
build: npm run build
start: npm run preview

0 comments on commit a1aeabe

Please sign in to comment.