Skip to content

Commit

Permalink
Fix docs:build command (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Sep 30, 2024
1 parent 07bf5c7 commit f934d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"preview": "npm run build && vite preview",
"prepublishOnly": "npm run build",
"docs:dev": "vitepress dev docs",
"docs:build": "npm run build && vitepress build docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"sideEffects": false,
Expand Down

0 comments on commit f934d51

Please sign in to comment.