Skip to content

Commit

Permalink
fix: cypress workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OM authored and OM committed Dec 20, 2023
1 parent 59679b7 commit 6a70ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
build: pnpm run build
start: pnpm start

0 comments on commit 6a70ee5

Please sign in to comment.