We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a77f54 commit 506d889Copy full SHA for 506d889
package.json
@@ -33,7 +33,7 @@
33
"serve:endpoints": "NX_ENDPOINTS_URL=\"http://localhost:4000\" yarn serve",
34
"serve:plugin": "nx serve ${npm_config_plugin} --configuration=development",
35
"build:plugin": "NODE_ENV=production nx build ${npm_config_plugin} --configuration=production",
36
- "build": "node --max-old-space-size=4096 ./node_modules/.bin/nx build",
+ "build": "node --max-old-space-size=4096 ./node_modules/.bin/nx build || node --max-old-space-size=4096 ./node_modules/.bin/nx build --skip-nx-cache",
37
"test": "nx test",
38
"lint": "nx lint",
39
"affected:apps": "nx affected:apps",
0 commit comments