diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7f2b20b..8d45a09 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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