Skip to content

Commit

Permalink
fix: Remove incremental from TS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 26, 2020
1 parent 63a0c15 commit d73722a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class Project extends BaseProject {
const args: string[] = [];

if (this.isWorkspacesEnabled()) {
args.push('--build', '--incremental');
args.push('--build');
} else {
args.push('--declaration', '--declarationMap', '--emitDeclarationOnly');
}
Expand Down

0 comments on commit d73722a

Please sign in to comment.