Add GitHub actions

This commit is contained in:
Sebastien Castiel
2024-01-16 13:49:37 -05:00
parent d809e10d19
commit 6b6d58e95e
6 changed files with 50 additions and 5 deletions

View File

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