Skip to content

Commit

Permalink
chore: publish site
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Dec 3, 2023
1 parent 7779112 commit cdc61ab
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions doc-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,12 @@
"scripts": {
"start": "npm run dev",
"dev": "dumi dev",
"build": "dumi build",
"prepare": "husky install && dumi setup"
"build": "dumi build"
},
"authors": [
"[email protected]"
],
"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",
Expand All @@ -37,4 +26,4 @@
"@webav/av-recorder": "^0.2.10",
"antd": "^5.11.5"
}
}
}

0 comments on commit cdc61ab

Please sign in to comment.