aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Vuorela <lauri.vuorela@gmail.com>2024-02-28 16:45:02 +0100
committerGitHub <noreply@github.com>2024-02-28 10:45:02 -0500
commitc2b591349b27700f9a703e9b2db1ea0afeac0497 (patch)
tree9a78a4cd9fbf63755410d1f5642494e8a1eb5544 /package.json
parent56c186526456bbbcf28403be19e782ef75b26f41 (diff)
add a prettier script for ease of use (#105)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5706b1e..077f3b0 100644
--- a/package.json
+++ b/package.json
@@ -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"