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 00cab11 commit 56335b8
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 @@ -18,7 +18,7 @@
"t:vue": "rm -rf packages/vue/src && tsx packages/compiler/src/frameworks/vue.compile.ts",
"c:react": "tsx packages/compiler/src/tasks.ts -p react",
"b:react": "pnpm run --stream --filter '@interchain-ui/react' build",
"c:vue": "pnpm run mitosis:vue && pnpm run b:vue",
"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",
Expand Down

0 comments on commit 56335b8

Please sign in to comment.