Skip to content

Commit e7d6dc7

Browse files
authored
Update package.json
in the latest nest.js path has changed, fix the path to pass the build
1 parent b463885 commit e7d6dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"license": "UNLICENSED",
88
"scripts": {
9-
"build": "cross-env NODE_ENV=production nest build && node dist/main",
9+
"build": "cross-env NODE_ENV=production nest build && node dist/src/main",
1010
"build-only": "cross-env NODE_ENV=production nest build",
1111
"dev": "cross-env NODE_ENV=development nest start --watch"
1212
},

0 commit comments

Comments
 (0)