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 670fcef commit 01c975eCopy full SHA for 01c975e
package.json
@@ -34,7 +34,7 @@
34
"serve:endpoints": "NX_ENDPOINTS_URL=\"http://localhost:4000\" yarn serve",
35
"serve:plugin": "nx serve ${npm_config_plugin} --configuration=development",
36
"build:plugin": "NODE_ENV=production nx build ${npm_config_plugin} --configuration=production --skip-nx-cache",
37
- "build": "nx build --skip-nx-cache",
+ "build": "nx build",
38
"test": "nx test",
39
"lint": "nx lint",
40
"affected:apps": "nx affected:apps",
0 commit comments