Update tsc.ts
This commit is contained in:
parent
df764a8620
commit
1546300832
1 changed files with 3 additions and 1 deletions
4
tsc.ts
4
tsc.ts
|
|
@ -60,7 +60,9 @@ export { ignore };
|
|||
}
|
||||
|
||||
process.stdout.write('✓\nCopying files... ');
|
||||
copyDir(path.join(__dirname, 'gui', 'react', 'build'), path.join(__dirname, 'lib', 'gui', 'electron', 'build'));
|
||||
if (!isTest) {
|
||||
copyDir(path.join(__dirname, 'gui', 'react', 'build'), path.join(__dirname, 'lib', 'gui', 'electron', 'build'));
|
||||
}
|
||||
|
||||
const files = readDir(__dirname);
|
||||
files.forEach(item => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue