Skip to content

Commit 01c975e

Browse files
committed
Remove cache flag
1 parent 670fcef commit 01c975e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"serve:endpoints": "NX_ENDPOINTS_URL=\"http://localhost:4000\" yarn serve",
3535
"serve:plugin": "nx serve ${npm_config_plugin} --configuration=development",
3636
"build:plugin": "NODE_ENV=production nx build ${npm_config_plugin} --configuration=production --skip-nx-cache",
37-
"build": "nx build --skip-nx-cache",
37+
"build": "nx build",
3838
"test": "nx test",
3939
"lint": "nx lint",
4040
"affected:apps": "nx affected:apps",

0 commit comments

Comments
 (0)