Skip to content

Commit

Permalink
chore: do not delete files used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 17, 2021
1 parent bc3c921 commit 934a563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cleanE2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const excludedModules = [
'e2e/presets/js-type-module/node_modules/',
'e2e/presets/json/node_modules/',
'e2e/presets/mjs/node_modules/',
'e2e/resolve-conditions/node_modules/',
].map(dir => normalize(dir));

const e2eNodeModules = glob('e2e/*/node_modules/')
Expand Down

0 comments on commit 934a563

Please sign in to comment.