Skip to content

Commit

Permalink
remove NODE_OPTIONS from npm script commands --not supported by older…
Browse files Browse the repository at this point in the history
… node versions
  • Loading branch information
bumblehead committed Jul 17, 2022
1 parent b8a147f commit 4edcfec
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 @@ -66,7 +66,7 @@
"test-node": "node --no-warnings --loader=esmock --test ./spec/node/",
"test-node18": "if (node -v | grep v18); then npm run test-node; fi;",
"test-ava": "npx ava --node-arguments=\"--loader=esmock\" ./spec/ava/*.spec.js",
"test-uvu": "NODE_OPTIONS='--loader=esmock' uvu ./spec/uvu/",
"test-uvu": "node --loader=esmock ./node_modules/uvu/bin.js ./spec/uvu/",
"test:default": "npm run test-node18 && npm run test-ava && npm run test-uvu",
"test:windows": "npm run test-ava && npm run test-uvu",
"test": "run-script-os",
Expand Down

0 comments on commit 4edcfec

Please sign in to comment.