Skip to content

Commit

Permalink
fix: 🐛 scripts name
Browse files Browse the repository at this point in the history
  • Loading branch information
caorushizi committed May 25, 2024
1 parent ab340f5 commit 14dd4d6
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 @@ -12,7 +12,7 @@
"build:plugin": "pnpm -F plugin run build",
"build:main": "pnpm -F main run build",
"build:renderer": "pnpm -F renderer run build",
"prerelease": "pnpm run build && pnpm -F mediago run pack",
"beta": "pnpm run build && pnpm -F mediago run pack",
"release": "pnpm run build && pnpm -F main run release",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
Expand Down

0 comments on commit 14dd4d6

Please sign in to comment.