Skip to content

Commit

Permalink
add cross-env to retest command in packages/rrweb/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Halsall <[email protected]>
  • Loading branch information
eoghanmurray and Juice10 authored Aug 1, 2024
1 parent 304793c commit 2bc2fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepare": "npm run prepack",
"prepack": "npm run build",
"retest": "PUPPETEER_HEADLESS=true yarn retest:headful",
"retest": "cross-env PUPPETEER_HEADLESS=true yarn retest:headful",
"retest:headful": "vitest run --exclude test/benchmark",
"build-and-test": "yarn build && yarn retest",
"test:headless": "cross-env PUPPETEER_HEADLESS=true yarn build-and-test",
Expand Down

0 comments on commit 2bc2fc9

Please sign in to comment.