18 pre commit hooks #40

Merged
DanMihailescu merged 9 commits from 18-pre-commit-hooks into master 2025-01-01 09:19:15 -05:00
3 changed files with 4 additions and 1 deletions
Showing only changes of commit 684044e0e2 - Show all commits

1
.husky/pre-commit Normal file
View file

@ -0,0 +1 @@
bun test

BIN
bun.lockb

Binary file not shown.

View file

@ -23,7 +23,8 @@
"prisma:push": "prisma db push",
"prisma:reset": "prisma migrate reset --force",
"prisma:studio": "prisma studio",
"prisma:validate": "prisma validate"
"prisma:validate": "prisma validate",
"prepare": "husky"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
@ -48,6 +49,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"husky": "^9.1.7",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",