Skip to content

Commit

Permalink
chore: add preview for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
7086cmd committed Oct 23, 2023
1 parent 8aed23c commit 18d0dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"format": "prettier --write src/",
"dev:docs": "vitepress dev docs",
"build:docs": "vitepress build docs",
"serve:docs": "vitepress serve docs"
"serve:docs": "vitepress serve docs",
"preview:docs": "vitepress preview docs"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
Expand Down

0 comments on commit 18d0dfe

Please sign in to comment.