We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6be373 commit 5ebd8dcCopy full SHA for 5ebd8dc
1 file changed
package.json
@@ -17,8 +17,8 @@
17
"prepublishOnly": "npm run build && pkg-ok",
18
"build": "node ./esbuild.config.js",
19
"test": "npm run test-only && npm run eslint",
20
- "test-only": "NODE_OPTIONS=--loader=esmock cross-env tap --test-regex='.spec.js' --no-check-coverage",
21
- "coverage": "NODE_OPTIONS=--loader=esmock cross-env c8 -r html tap --test-regex='.spec.js' --no-coverage"
+ "test-only": "cross-env NODE_OPTIONS=--loader=esmock tap --test-regex='.spec.js' --no-check-coverage",
+ "coverage": "cross-env NODE_OPTIONS=--loader=esmock c8 -r html tap --test-regex='.spec.js' --no-coverage"
22
},
23
"files": [
24
"bin",
0 commit comments