Skip to content

Commit f1cfa70

Browse files
committed
chore: update
1 parent f49e14d commit f1cfa70

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"test:code:gen:currying-function": "pnpm ts ./scripts/testCodeGenWithCurryingFunctional.ts",
5555
"test:depcruise": "depcruise --validate .dependency-cruiser.cjs src",
5656
"test:eslint": "eslint \"src/**/*.{ts,tsx}\"",
57-
"test:jest": "NODE_OPTIONS=--experimental-specifier-resolution=node jest -c ./jest.config.cjs --collect-coverage",
57+
"test:jest": "cross-env NODE_OPTIONS=--experimental-specifier-resolution=node jest -c ./jest.config.cjs --collect-coverage",
5858
"test:snapshot": "jest -c ./jest.snapshot.config.cjs",
5959
"ts": "node --no-warnings=ExperimentalWarning --experimental-specifier-resolution=node --loader ts-node/esm",
6060
"update:snapshot": "pnpm jest -c ./jest.snapshot.config.cjs --updateSnapshot",
@@ -91,6 +91,7 @@
9191
"chokidar": "3.5.3",
9292
"conventional-changelog-angular-all": "1.7.0",
9393
"cpy": "11.0.0",
94+
"cross-env": "^7.0.3",
9495
"dependency-cruiser": "16.1.0",
9596
"eslint": "8.56.0",
9697
"eslint-config-prettier": "9.1.0",

pnpm-lock.yaml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)