Skip to content

Commit

Permalink
add a prettier script for ease of use
Browse files Browse the repository at this point in the history
  • Loading branch information
justcallmelarry committed Feb 20, 2024
1 parent 2af0660 commit d8522cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint",
"check-types": "tsc --noEmit",
"check-formatting": "prettier -c src",
"prettier": "prettier -w src",
"postinstall": "prisma migrate deploy && prisma generate",
"build-image": "./scripts/build-image.sh",
"start-container": "docker compose --env-file container.env up"
Expand Down

0 comments on commit d8522cc

Please sign in to comment.