Skip to content

Commit

Permalink
Merge pull request #255 from s-xix98/254-make-fmtにprisma-formatを追加する
Browse files Browse the repository at this point in the history
npm run formatでprisma formatが実行されるようにした
  • Loading branch information
s-xix98 authored May 29, 2023
2 parents eb9b0ab + e001ad3 commit 85cd5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" .",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" . && npx prisma format",
"format-ck": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\" .",
"start": "nest start",
"start:dev": "nest start --watch --preserveWatchOutput",
Expand Down

0 comments on commit 85cd5f4

Please sign in to comment.