mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
refactor: 🔥 Remove Husky
This commit is contained in:
parent
d43c96e591
commit
2d7792e936
|
|
@ -1,4 +0,0 @@
|
|||
PATH=$PATH:~/.bun/bin
|
||||
bun install
|
||||
bun lint --write
|
||||
bun check
|
||||
|
|
@ -38,8 +38,7 @@
|
|||
"cli": "bun run cli/index.ts",
|
||||
"prune": "ts-prune | grep -v server/ | grep -v dist/ | grep -v '(used in module)'",
|
||||
"schema:generate": "bun run packages/config-manager/json-schema.ts > config/config.schema.json",
|
||||
"check": "bunx tsc -p .",
|
||||
"prepare": "bunx husky"
|
||||
"check": "bunx tsc -p ."
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
|
|
@ -121,7 +120,6 @@
|
|||
"extract-zip": "^2.0.1",
|
||||
"hono": "npm:@jsr/hono__hono@4.5.4",
|
||||
"html-to-text": "^9.0.5",
|
||||
"husky": "^9.1.4",
|
||||
"ioredis": "^5.4.1",
|
||||
"ip-matching": "^2.1.2",
|
||||
"iso-639-1": "^3.1.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue