Skip to content

Commit

Permalink
chore: fix npm publishing script (#3601)
Browse files Browse the repository at this point in the history
Co-authored-by: Shpileva Yuliya <[email protected]>
  • Loading branch information
Krijovnick and Shpileva Yuliya authored Nov 25, 2022
1 parent 1c1e77c commit 6cf4bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rm-dist.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { removeSync } from 'fs-extra';
import fsExtra from 'fs-extra';
import { join } from 'path';

removeSync(join(process.cwd(), 'dist'));
fsExtra.removeSync(join(process.cwd(), 'dist'));

0 comments on commit 6cf4bc6

Please sign in to comment.