You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, there is no clear command to remove build directories.
Describe the solution you'd like
Add a clean command to the CLI that removes all build directories, like .sherpa and .vercel. This should just call each bundler and run the clean command for them. Also, add an option to have an input for the clean command.
Describe alternatives you've considered
N/A
Additional context
Update templates and modules to add the clean command to the package.json
Update the documentation on package.json
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, there is no clear command to remove build directories.
Describe the solution you'd like
Add a clean command to the CLI that removes all build directories, like
.sherpa
and.vercel
. This should just call each bundler and run the clean command for them. Also, add an option to have an input for the clean command.Describe alternatives you've considered
N/A
Additional context
package.json
package.json
The text was updated successfully, but these errors were encountered: