diff --git a/doc-site/package.json b/doc-site/package.json index 2bbc8884..f2e56683 100644 --- a/doc-site/package.json +++ b/doc-site/package.json @@ -5,23 +5,12 @@ "scripts": { "start": "npm run dev", "dev": "dumi dev", - "build": "dumi build", - "prepare": "husky install && dumi setup" + "build": "dumi build" }, "authors": [ "hughfenghen@gmail.com" ], "license": "MIT", - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "lint-staged": { - "*.{md,json}": [ - "prettier --write --no-error-on-unmatched-pattern" - ] - }, "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", @@ -37,4 +26,4 @@ "@webav/av-recorder": "^0.2.10", "antd": "^5.11.5" } -} +} \ No newline at end of file