Skip to content

Commit

Permalink
change script to dev instead of serve
Browse files Browse the repository at this point in the history
  • Loading branch information
wizicer committed Oct 15, 2023
1 parent 7e8443a commit ccdf21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "module",
"scripts": {
"serve": "npm run serve:docs",
"serve:docs": "vitepress dev docs",
"dev": "npm run dev:docs",
"dev:docs": "vitepress dev docs",
"build:docs": "vitepress build docs",
"preview:docs": "vitepress preview docs"
},
Expand Down

0 comments on commit ccdf21a

Please sign in to comment.