Skip to content

Commit

Permalink
fix build plugin before build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aprosail committed Jun 23, 2024
1 parent 86e24fc commit 94894bd
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 @@ -27,7 +27,7 @@
"scripts": {
"build": "rollup --config rollup.config.js",
"doc": "vitepress dev",
"doc.build": "vitepress build",
"doc.build": "npm run build && vitepress build",
"format": "prettier . --write",
"format.check": "prettier . --check",
"prepublishOnly": "npm run review",
Expand Down

0 comments on commit 94894bd

Please sign in to comment.