Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Sep 17, 2024
1 parent 56335b8 commit 029b291
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"c:vue": "pnpm run t:vue && pnpm run b:vue",
"b:vue": "pnpm run --stream --filter '@interchain-ui/vue' build",
"dev": "tsx packages/compiler/src/dev.ts",
"story:react": "pnpm run --stream --filter '@interchain-ui/react' storybook",
"dev:react": "tsx packages/compiler/src/dev.ts",
"story:react": "pnpm run --stream --filter '@interchain-ui/react' sb",
"story:vue": "pnpm run --stream --filter '@interchain-ui/vue' sb",
"lerna": "lerna run",
"pub:beta": "lerna publish --no-private --preid beta",
"prepublishOnly": "pnpm run clear:cache && pnpm run c:react",
Expand Down

0 comments on commit 029b291

Please sign in to comment.