Skip to content

Commit

Permalink
修改scripts以满足StackBlitz Web Publisher标准
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenPotato137 committed Nov 20, 2024
1 parent af460e8 commit aa60ac5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"serve": "vitepress serve",
"start": "vitepress dev"
},
"dependencies": {
"@giscus/vue": "^3.0.0",
Expand Down

0 comments on commit aa60ac5

Please sign in to comment.