@emarketeer/ts-microservice-commons 6.7.0 → 6.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/em-commons.js +1 -1
- package/package.json +1 -1
package/dist/lib/em-commons.js
CHANGED
|
@@ -3079,7 +3079,7 @@ try {
|
|
|
3079
3079
|
result = runCommand('npx tsc --noEmit', scriptArgs);
|
|
3080
3080
|
}
|
|
3081
3081
|
if (script === 'jest') {
|
|
3082
|
-
result = runCommand('npx cross-env NODE_OPTIONS
|
|
3082
|
+
result = runCommand('npx cross-env NODE_OPTIONS="--max_old_space_size=4096 --experimental-vm-modules" jest -w 4 --ci --forceExit --config node_modules/@emarketeer/ts-microservice-commons/dist/lib/jest.config.js', scriptArgs);
|
|
3083
3083
|
}
|
|
3084
3084
|
if (!supportedCommands.includes(script)) {
|
|
3085
3085
|
generateServerlessConfig();
|