Skip to content

Commit

Permalink
Update packages/cli/src/commands/buildHandler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Mar 25, 2023
1 parent ffe29ec commit bebe470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/buildHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const handler = async ({
// Vite handles this internally
title: 'Cleaning Web...',
task: () => {
rimraf(rwjsPaths.web.dist)
return rimraf(rwjsPaths.web.dist)
},
enabled: getConfig().web.bundler !== 'vite',
},
Expand Down

0 comments on commit bebe470

Please sign in to comment.