Skip to content

Commit

Permalink
🔨 prod 명령어 --watch 옵션 추가 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 authored Oct 20, 2023
1 parent 9a7d170 commit 4ee428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "nest start",
"start:local": "cross-env NODE_ENV=local nest start --watch",
"start:dev": "cross-env NODE_ENV=dev nest start --watch",
"start:prod": "cross-env NODE_ENV=prod nest start",
"start:prod": "cross-env NODE_ENV=prod nest start --watch",
"start:debug": "nest start --debug --watch",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
Expand Down

0 comments on commit 4ee428a

Please sign in to comment.