ci(local dev): fix test.sh
This commit is contained in:
parent
45549cda61
commit
6c389ed32f
|
@ -37,7 +37,7 @@ export class TscWatch {
|
||||||
}
|
}
|
||||||
|
|
||||||
watch() {
|
watch() {
|
||||||
var args = [TSC, '--project', this.tsconfig];
|
var args = [TSC, '--emitDecoratorMetadata', '--project', this.tsconfig];
|
||||||
if (!this.runOnce) args.push('--watch');
|
if (!this.runOnce) args.push('--watch');
|
||||||
var tsc =
|
var tsc =
|
||||||
this.runCmd(args, {}, (d) => this.consumeLine(d, false), (d) => this.consumeLine(d, true));
|
this.runCmd(args, {}, (d) => this.consumeLine(d, false), (d) => this.consumeLine(d, true));
|
||||||
|
|
Loading…
Reference in New Issue