fix(dev): fix workspace settings

This commit is contained in:
syuilo 2024-01-20 11:11:20 +09:00
parent 79eac66d39
commit 44b8ac135f
4 changed files with 28 additions and 1 deletions

View file

@ -63,3 +63,15 @@ execa('pnpm', ['--filter', 'misskey-js', 'watch'], {
stdout: process.stdout,
stderr: process.stderr,
});
execa('pnpm', ['--filter', 'misskey-reversi', 'watch'], {
cwd: _dirname + '/../',
stdout: process.stdout,
stderr: process.stderr,
});
execa('pnpm', ['--filter', 'misskey-bubble-game', 'watch'], {
cwd: _dirname + '/../',
stdout: process.stdout,
stderr: process.stderr,
});