mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 16:58:20 +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",
|
"cli": "bun run cli/index.ts",
|
||||||
"prune": "ts-prune | grep -v server/ | grep -v dist/ | grep -v '(used in module)'",
|
"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",
|
"schema:generate": "bun run packages/config-manager/json-schema.ts > config/config.schema.json",
|
||||||
"check": "bunx tsc -p .",
|
"check": "bunx tsc -p ."
|
||||||
"prepare": "bunx husky"
|
|
||||||
},
|
},
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
"@biomejs/biome",
|
"@biomejs/biome",
|
||||||
|
|
@ -121,7 +120,6 @@
|
||||||
"extract-zip": "^2.0.1",
|
"extract-zip": "^2.0.1",
|
||||||
"hono": "npm:@jsr/hono__hono@4.5.4",
|
"hono": "npm:@jsr/hono__hono@4.5.4",
|
||||||
"html-to-text": "^9.0.5",
|
"html-to-text": "^9.0.5",
|
||||||
"husky": "^9.1.4",
|
|
||||||
"ioredis": "^5.4.1",
|
"ioredis": "^5.4.1",
|
||||||
"ip-matching": "^2.1.2",
|
"ip-matching": "^2.1.2",
|
||||||
"iso-639-1": "^3.1.2",
|
"iso-639-1": "^3.1.2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue