mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
chore: remove husky integration and related scripts from the project
This commit is contained in:
@@ -14,15 +14,13 @@
|
||||
"build": "pnpm -r run build",
|
||||
"format-and-lint": "biome check .",
|
||||
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
|
||||
"format-and-lint:fix": "biome check . --write",
|
||||
"prepare": "node .husky/install.mjs"
|
||||
"format-and-lint:fix": "biome check . --write"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.8.3",
|
||||
"@commitlint/cli": "^19.3.0",
|
||||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"@types/node": "^20.9.0",
|
||||
"husky": "^9.1.6",
|
||||
"lint-staged": "^15.2.7"
|
||||
},
|
||||
"packageManager": "pnpm@9.5.0",
|
||||
|
||||
Reference in New Issue
Block a user