This commit is contained in:
AnidlSupport 2023-03-04 23:25:26 +01:00
parent d873b6754e
commit fafa586905

4
tsc.ts
View file

@ -78,6 +78,10 @@ export { ignore };
const react = exec('pnpm run build', {
cwd: path.join(__dirname, 'gui', 'react'),
env: {
...process.env,
CI: 'false'
}
});
await waitForProcess(react);