Skip to content

Commit

Permalink
fix: rm useless
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 18, 2023
1 parent dad8bed commit 975fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .madrun.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
'report': () => 'c8 report --reporter=lcov',
'wisdom': () => run('build'),
'build:old': () => 'rollup -c',
'build': () => 'tsup babel/index.mjs -d bundle --dts-resolve',
'build': () => 'rm -rf bundle && tsup babel/index.mjs -d bundle --dts-resolve',
copy,
};

Expand Down

0 comments on commit 975fa69

Please sign in to comment.