Skip to content

Commit

Permalink
Clear generated types before test run (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jun 1, 2020
1 parent c8b46cf commit 436498f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build-fixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const buildDirectory = async fixtureDir => {
const dist = resolve(`${fixturePath}/dist`);
// clean up
await rimraf(dist);
await rimraf(resolve(`${fixturePath}/types`));
await rimraf(resolve(`${fixturePath}/.rts2_cache_cjs`));
await rimraf(resolve(`${fixturePath}/.rts2_cache_es`));
await rimraf(resolve(`${fixturePath}/.rts2_cache_umd`));
Expand Down

0 comments on commit 436498f

Please sign in to comment.