8000 Better use of cross-env (#1171) · sec-js/javascript-obfuscator@5154057 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5154057

Browse files
authored
Better use of cross-env (javascript-obfuscator#1171)
1 parent 54cbdf6 commit 5154057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"test:devRuntimePerformance": "ts-node test/dev/dev-runtime-performance.ts",
113113
"test:full": "yarn run test:dev && yarn run test:mocha-coverage && yarn run test:mocha-memory-performance",
114114
"test:mocha": "mocha --require source-map-support/register test/index.spec.ts --exit",
115-
"test:mocha-coverage": "NODE_OPTIONS=--max-old-space-size=4096 nyc --reporter text-summary --no-clean yarn run test:mocha",
115+
"test:mocha-coverage": "cross-env NODE_OPTIONS=--max-old-space-size=4096 nyc --reporter text-summary --no-clean yarn run test:mocha",
116116
"test:mocha-coverage:report": "nyc report --reporter=lcov",
117117
"test:mocha-memory-performance": "cross-env NODE_OPTIONS=--max-old-space-size=280 mocha test/performance-tests/JavaScriptObfuscatorMemory.spec.ts",
118118
"test": "yarn run test:full",

0 commit comments

Comments
 (0)
0