Skip to content

Commit

Permalink
Feat : 빌드 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JEONGHWANMIN committed Dec 12, 2023
1 parent 76efe23 commit 6c0bb77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ node_modules

dist

.env
.env

env
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build && npx prisma generate && npm run generate",
"build": "nest build && npx prisma generate",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down

0 comments on commit 6c0bb77

Please sign in to comment.