Skip to content

Commit

Permalink
disable incremental build for x-pack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Sep 22, 2020
1 parent a8fe02a commit 1e6bb22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "../../build/tsbuildinfo/x-pack/test",
// overhead is too significant
"incremental": false,
"types": [
"mocha",
"node",
Expand Down

0 comments on commit 1e6bb22

Please sign in to comment.