Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix: delete build folders (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored and asudoh committed Apr 11, 2019
1 parent eb643a5 commit 0efbe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const ignoreGlobs = ['**/__tests__/*', '**/*-test.js', '**/*-story.js'].join(
console.log('Deleting old build folders...'); // eslint-disable-line no-console

Promise.all([
rimrafAsync(`${rootDir}/cjs`),
rimrafAsync(`${rootDir}/lib`),
rimrafAsync(`${rootDir}/es`),
rimrafAsync(`${rootDir}/umd`),
])
Expand Down

0 comments on commit 0efbe9a

Please sign in to comment.