mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-05 12:16:13 +01:00
add a prettier script for ease of use (#105)
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"check-types": "tsc --noEmit",
|
"check-types": "tsc --noEmit",
|
||||||
"check-formatting": "prettier -c src",
|
"check-formatting": "prettier -c src",
|
||||||
|
"prettier": "prettier -w src",
|
||||||
"postinstall": "prisma migrate deploy && prisma generate",
|
"postinstall": "prisma migrate deploy && prisma generate",
|
||||||
"build-image": "./scripts/build-image.sh",
|
"build-image": "./scripts/build-image.sh",
|
||||||
"start-container": "docker compose --env-file container.env up"
|
"start-container": "docker compose --env-file container.env up"
|
||||||
|
|||||||
Reference in New Issue
Block a user