Skip to content

Commit 5ebd8dc

Browse files
authored
fix(package.json): npm scripts using cross-env (#174)
1 parent b6be373 commit 5ebd8dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"prepublishOnly": "npm run build && pkg-ok",
1818
"build": "node ./esbuild.config.js",
1919
"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"
20+
"test-only": "cross-env NODE_OPTIONS=--loader=esmock tap --test-regex='.spec.js' --no-check-coverage",
21+
"coverage": "cross-env NODE_OPTIONS=--loader=esmock c8 -r html tap --test-regex='.spec.js' --no-coverage"
2222
},
2323
"files": [
2424
"bin",

0 commit comments

Comments
 (0)