mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
CI
This commit is contained in:
parent
d873b6754e
commit
fafa586905
1 changed files with 4 additions and 0 deletions
4
tsc.ts
4
tsc.ts
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue