mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-11 18: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",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user