Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-Authored-By: aayush <177418358+aayushrg7@users.noreply.github.com>
  • Loading branch information
harilvfs and aayushrg7 committed Nov 28, 2024
1 parent 5f82710 commit 5375c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"vitepress": "^1.5.0"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"dev": "vitepress dev .",
"build": "vitepress build .",
"preview": "vitepress preview ."
}
}

0 comments on commit 5375c14

Please sign in to comment.