Skip to content

Commit

Permalink
gh actions: change task runner to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
palerdot committed Feb 29, 2024
1 parent 98137bf commit 57495e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"pretest": "rm -rf .nyc_output || true",
"full-test": "vitest run && yarn instrument-code && yarn cy:run && yarn clean:instrumented-code",
"clean:instrumented-code": "rm -rf instrumented",
"instrument-code": "pnpm clean:instrumented-code && npx nyc instrument --compact=false src instrumented && cp -R src/core instrumented/",
"instrument-code": "npm clean:instrumented-code && npx nyc instrument --compact=false src instrumented && cp -R src/core instrumented/",
"mkdir:reports": "mkdir reports || true",
"precopy:reports": "npm run mkdir:reports",
"copy:reports": "cp cypress-coverage/coverage-final.json reports/from-cypress.json || true",
Expand Down

0 comments on commit 57495e5

Please sign in to comment.