Skip to content

Commit 4f26dd7

Browse files
committed
chore: fix npm build
1 parent c58283b commit 4f26dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "nx run-many -t serve --projects=server,devmx --configuration=development",
77
"dev:server": "nx serve server",
8-
"build:server": "export NODE_ENV=production && nx build server",
8+
"build:server": "export NODE_ENV=production && npx nx build server",
99
"dev:mx": "nx serve devmx",
1010
"affected": "nx affected -t lint test build --parallel=10",
1111
"commit": "czg"

0 commit comments

Comments
 (0)