Skip to content

Commit 506d889

Browse files
author
ci-bot
committed
fallback
1 parent 8a77f54 commit 506d889

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
@@ -33,7 +33,7 @@
3333
"serve:endpoints": "NX_ENDPOINTS_URL=\"http://localhost:4000\" yarn serve",
3434
"serve:plugin": "nx serve ${npm_config_plugin} --configuration=development",
3535
"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",
36+
"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",
3737
"test": "nx test",
3838
"lint": "nx lint",
3939
"affected:apps": "nx affected:apps",

0 commit comments

Comments
 (0)