Skip to content

Commit 5022900

Browse files
committed
Fix path
1 parent fbcf8e7 commit 5022900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"test": "NODE_ENV=test jest",
1111
"test:unit": "NODE_ENV=test jest --watch",
12-
"start": "NODE_ENV=production node dist/src/apps/mooc/server",
12+
"start": "NODE_ENV=production node dist/src/apps/mooc_backend/server",
1313
"build": "npm run build:clean && npm run build:tsc && npm run build:di",
1414
"build:tsc": "tsc -p tsconfig.prod.json",
1515
"build:di": "copy 'src/**/*.yaml' dist/src",

0 commit comments

Comments
 (0)