chore(norme/husky): adding husky to print each files

This commit is contained in:
Raphael 2025-08-18 12:30:45 +02:00
parent 0768a2e4c9
commit 651bc221af
3 changed files with 58 additions and 51 deletions

View file

@ -4,12 +4,15 @@
"type": "module",
"scripts": {
"dev": "bun ./src/internal/deploy-command.ts && bun --watch src/index.ts",
"build": "bun build src/index.ts --outdir dist --target bun"
"build": "bun build src/index.ts --outdir dist --target bun",
"prepare": "husky"
},
"private": true,
"devDependencies": {
"@types/bun": "latest",
"eslint": "^9.33.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"prisma": "^6.14.0"
},
"peerDependencies": {