Skip to content

Commit 31a7f97

Browse files
committed
Install cross-env
1 parent 6655ca3 commit 31a7f97

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"bundle": "npm run format:write && npm run package",
32-
"ci-test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
32+
"ci-test": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
3333
"coverage": "npx make-coverage-badge --output-path ./badges/coverage.svg",
3434
"format:write": "npx prettier --write .",
3535
"format:check": "npx prettier --check .",
@@ -64,6 +64,7 @@
6464
"@types/node": "^20.17.48",
6565
"@typescript-eslint/eslint-plugin": "^8.32.1",
6666
"@typescript-eslint/parser": "^8.32.1",
67+
"cross-env": "^7.0.3",
6768
"eslint": "^9.27.0",
6869
"eslint-config-prettier": "^10.1.5",
6970
"eslint-import-resolver-typescript": "^4.3.5",

0 commit comments

Comments
 (0)