Skip to content

Commit

Permalink
fix site scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Oct 25, 2024
1 parent 26da413 commit 80c2d3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"vitepress": "^1.4.1"
},
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
"site:dev": "vitepress dev content",
"site:build": "vitepress build content",
"site:preview": "vitepress preview content"
}
}

0 comments on commit 80c2d3a

Please sign in to comment.