Skip to content

Commit

Permalink
npm run formatでprisma formatが実行されるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
nori26 committed May 29, 2023
1 parent d1e7e7d commit 8865a11
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 8865a11

Please sign in to comment.