Skip to content

Commit

Permalink
Add cross-env to be able to run tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Feb 14, 2024
1 parent 2d0e1bc commit c516f57
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 @@
},
"scripts": {
"eslint": "eslint src/**/*.ts src/**/*.tsx",
"test": "NODE_OPTIONS=\"--no-warnings --import tsx\" ava",
"test": "cross-env NODE_OPTIONS=\"--no-warnings --import tsx\" ava",
"coverage": "c8 pnpm test",
"report": "c8 -r=html pnpm test",
"ci": "c8 pnpm test && c8 report --reporter=json",
Expand Down

0 comments on commit c516f57

Please sign in to comment.