Skip to content

Commit 924f4fa

Browse files
committed
[puter] add watchall.sh and bump chobitsu
1 parent d6be68c commit 924f4fa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

chobitsu

watchall.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
(cd playwright && npm run watch) &
2+
(cd playwright/web_builder && npx -cw) &
3+
(pnpm dev) &
4+
(cd dreamlandjs && pnpm watch) &
5+
(cd chobitsu && pnpm webpack --watch --mode=development) &
6+
(cd chobitsu_inject && npx rollup -cw) &
7+
(cd frontend && pnpm dev) &

0 commit comments

Comments
 (0)