Skip to content

Commit 4a2b012

Browse files
committed
chore: use vite for local docs development
1 parent 5a3d8f9 commit 4a2b012

File tree

2 files changed

+22
-661
lines changed

2 files changed

+22
-661
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"fmt:stylelint": "stylelint '**/*.{css,jsx,tsx}' --fix -f verbose",
2727
"release": "yarn run clean && yarn run build && lerna publish",
2828
"postpublish": "./postpublish.sh",
29-
"website": "docsify serve docs -p 5000"
29+
"website": "vite docs --base=docs --port 5000"
3030
},
3131
"devDependencies": {
3232
"@charcoal-ui/icons-cli": "workspace:^",
@@ -49,7 +49,6 @@
4949
"@typescript-eslint/parser": "^5.10.1",
5050
"conventional-changelog-conventionalcommits": "^4.6.3",
5151
"cross-env": "^7.0.3",
52-
"docsify-cli": "^4.4.3",
5352
"esbuild": "^0.14.14",
5453
"esbuild-jest": "^0.5.0",
5554
"eslint": "^8.8.0",

0 commit comments

Comments
 (0)