aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2024-01-16 13:49:37 -0500
committerSebastien Castiel <sebastien@castiel.me>2024-01-16 13:55:34 -0500
commit6b6d58e95ec018c695e9d865b8136319ad93e825 (patch)
treef3e7ad099f942fad1080a3d537fab59cf1372ae9 /package.json
parentd809e10d1923fe29351a4c969eaa3468baf15397 (diff)
Add GitHub actions
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index e98e6fc..26c8c79 100644
--- a/package.json
+++ b/package.json
@@ -7,13 +7,15 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
+ "check-types": "tsc --noEmit",
+ "check-formatting": "prettier -c src",
"postinstall": "prisma migrate deploy && prisma generate",
"build-image": "./scripts/build-image.sh",
"start-container": "docker compose --env-file container.env up"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
- "@prisma/client": "5.6.0",
+ "@prisma/client": "^5.6.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",