Revert "📦 (add git-cz for better commit) add git-cz for better commit"

This reverts commit 58f8b23907.
This commit is contained in:
rafiarrafif
2025-06-24 11:20:36 +07:00
parent 58f8b23907
commit 6bcf1d1b97
2 changed files with 0 additions and 8 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -7,7 +7,6 @@
"dev": "bun run --watch src/index.ts", "dev": "bun run --watch src/index.ts",
"map": "madge --image structure.svg src/index.ts", "map": "madge --image structure.svg src/index.ts",
"lint": "bunx eslint", "lint": "bunx eslint",
"commit": "bun x git-cz",
"route:sync": "bun run ./scripts/sync-routes.ts", "route:sync": "bun run ./scripts/sync-routes.ts",
"env:publish": "bun run ./scripts/create-example-env.ts" "env:publish": "bun run ./scripts/create-example-env.ts"
}, },
@ -31,17 +30,10 @@
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.29.0", "@eslint/js": "^9.29.0",
"bun-types": "latest", "bun-types": "latest",
"commitizen": "^4.3.1",
"cz-emoji": "^1.3.2-canary.2",
"eslint": "^9.29.0", "eslint": "^9.29.0",
"globals": "^16.2.0", "globals": "^16.2.0",
"prisma": "^6.7.0", "prisma": "^6.7.0",
"typescript-eslint": "^8.34.1" "typescript-eslint": "^8.34.1"
}, },
"config": {
"commitizen": {
"path": "cz-emoji"
}
},
"module": "src/index.js" "module": "src/index.js"
} }