mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
Update tsc.ts
This commit is contained in:
parent
64d9f64fb8
commit
a011ef17be
1 changed files with 1 additions and 1 deletions
2
tsc.ts
2
tsc.ts
|
|
@ -6,7 +6,7 @@ import { removeSync, copyFileSync } from 'fs-extra';
|
|||
const argv = process.argv.slice(2);
|
||||
let buildIgnore: string[] = [];
|
||||
|
||||
const isTest = !(argv.length > 0 && argv[0] !== 'test');
|
||||
const isTest = argv.length > 0 && argv[0] === 'test';
|
||||
|
||||
if (!isTest)
|
||||
buildIgnore = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue