mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-07 10:39:42 +00:00
Update tsc.ts
This commit is contained in:
parent
1a5939791e
commit
64d9f64fb8
1 changed files with 6 additions and 0 deletions
6
tsc.ts
6
tsc.ts
|
|
@ -52,6 +52,12 @@ export { ignore };
|
|||
|
||||
if (!isTest) {
|
||||
process.stdout.write('✓\nBuilding react... ');
|
||||
const installReactDependencies = exec('npm install', {
|
||||
cwd: path.join(__dirname, 'gui', 'react'),
|
||||
});
|
||||
|
||||
await waitForProcess(installReactDependencies);
|
||||
|
||||
const react = exec('npm run build', {
|
||||
cwd: path.join(__dirname, 'gui', 'react'),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue