add a prettier script for ease of use (#105)

This commit is contained in:
Lauri Vuorela
2024-02-28 16:45:02 +01:00
committed by GitHub
parent 56c1865264
commit c2b591349b

View File

@@ -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"