Skip to content

Commit

Permalink
add react client to pnpm dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Nov 25, 2024
1 parent 8cc6624 commit 1866913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
echo "Passing arguments: $*"
npx concurrently --raw \
"pnpm --dir packages/core dev -- $*" \
"pnpm --dir client dev -- $*" \
"pnpm --dir packages/client-telegram dev -- $*" \
"pnpm --dir packages/client-discord dev -- $*" \
"pnpm --dir packages/client-twitter dev -- $*" \
Expand Down

0 comments on commit 1866913

Please sign in to comment.