Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Dec 20, 2023
1 parent 98dfde0 commit 66f1677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "nest build",
"dev": "nest start --watch",
"dev:prod": "cross-env NODE_ENV=production nest start --watch",
"start": "cross-env NODE_ENV=production npx prisma migrate deploy && cross-env NODE_ENV=production node dist/main.js",
"start": "cross-env NODE_ENV=production npx prisma migrate deploy && cross-env NODE_ENV=production node dist/src/main.js",
"lint": "eslint \"src/**/*.ts\" --fix",
"format": "prettier -w \"src/**/*.ts\"",
"typecheck": "tsc --noEmit --incremental false",
Expand Down

0 comments on commit 66f1677

Please sign in to comment.