Skip to content

Commit

Permalink
fix: disable ts-node cache in tests to avoid inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald authored and eysi09 committed May 14, 2018
1 parent 7d449e4 commit 21f2d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function setDestDir(path) {
const children: ChildProcess[] = []

process.env.FORCE_COLOR = "true"
process.env.TS_NODE_CACHE = "0"

function spawn(cmd, args, cb) {
const child = _spawn(cmd, args, { stdio: "pipe", shell: true, env: process.env })
Expand Down

0 comments on commit 21f2d44

Please sign in to comment.