Skip to content

Commit

Permalink
chore: remove regex for testing after-work.js itself (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffeastrom authored Aug 28, 2018
1 parent 94e105a commit 8b81fab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions commands/node/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ class Runner extends EventEmitter {
}

safeDeleteCache(f) {
if (/after-work.js\/*(commands|command-utils)\/*(cli|transform)\/src\/index.js$/.test(f)) {
return;
}
utils.safeDeleteCache(f);
}

Expand Down

0 comments on commit 8b81fab

Please sign in to comment.