chore(core): i18n dev issue (#8474)

This commit is contained in:
pengx17
2024-10-11 03:54:49 +00:00
parent 1c59eda8b7
commit 99182167e7

View File

@@ -121,6 +121,7 @@ console.info(flags);
if (!flags.static) {
spawn('yarn', ['workspace', '@affine/i18n', 'dev'], {
stdio: 'inherit',
shell: true,
});
}