We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58283b commit 4f26dd7Copy full SHA for 4f26dd7
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "nx run-many -t serve --projects=server,devmx --configuration=development",
7
"dev:server": "nx serve server",
8
- "build:server": "export NODE_ENV=production && nx build server",
+ "build:server": "export NODE_ENV=production && npx nx build server",
9
"dev:mx": "nx serve devmx",
10
"affected": "nx affected -t lint test build --parallel=10",
11
"commit": "czg"
0 commit comments