Skip to content

Commit

Permalink
chore: use preview instead of serve command (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es committed Mar 6, 2023
1 parent e281580 commit 58e5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"serve": "vitepress serve",
"preview": "vitepress preview",
"preinstall": "npx only-allow pnpm",
"lint": "textlint --format pretty-error src/**"
},
Expand Down

1 comment on commit 58e5b59

@vercel
Copy link

@vercel vercel bot commented on 58e5b59 Mar 6, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.