Skip to content

Commit

Permalink
chore: optimize start-up command to automatically open browser with s…
Browse files Browse the repository at this point in the history
…tory:dev (#1033)
  • Loading branch information
yiwwhl authored Jun 24, 2024
1 parent 0d68ac4 commit 43b140f
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 @@ -9,7 +9,7 @@
"packages/*"
],
"scripts": {
"story:dev": "pnpm --filter histoire story:dev",
"story:dev": "pnpm --filter histoire story:dev --open",
"build": "rimraf packages/radix-vue/dist && pnpm run --filter radix-vue build && pnpm run --filter plugins build",
"build-only": "rimraf packages/radix-vue/dist && pnpm run -r build-only",
"docs:install": "pnpm --filter docs install",
Expand Down

0 comments on commit 43b140f

Please sign in to comment.