Skip to content

Commit

Permalink
chore: use vite for local docs development
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Mar 24, 2022
1 parent 5a3d8f9 commit 4a2b012
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 661 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fmt:stylelint": "stylelint '**/*.{css,jsx,tsx}' --fix -f verbose",
"release": "yarn run clean && yarn run build && lerna publish",
"postpublish": "./postpublish.sh",
"website": "docsify serve docs -p 5000"
"website": "vite docs --base=docs --port 5000"
},
"devDependencies": {
"@charcoal-ui/icons-cli": "workspace:^",
Expand All @@ -49,7 +49,6 @@
"@typescript-eslint/parser": "^5.10.1",
"conventional-changelog-conventionalcommits": "^4.6.3",
"cross-env": "^7.0.3",
"docsify-cli": "^4.4.3",
"esbuild": "^0.14.14",
"esbuild-jest": "^0.5.0",
"eslint": "^8.8.0",
Expand Down
Loading

1 comment on commit 4a2b012

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit will bump these packages as follows
(Created by https://github.com/peter-evans/commit-comment )

yarn lerna version --conventional-commits --no-changelog --no-git-tag-version --no-push --yes


Changes:
 - @charcoal-ui/foundation: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/icons-cli: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/icons: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/pixiv-theme: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/react-sandbox: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/react: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/styled: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/tailwind-config: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/tailwind-diff: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/theme: 1.0.0-alpha.2 => 1.0.0-alpha.3
 - @charcoal-ui/utils: 1.0.0-alpha.2 => 1.0.0-alpha.3

Please sign in to comment.