-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] yarn osd clean script should clean targets #1418
Comments
We can add the feature to do this with an optional flag |
Thanks to @ashwin-pc @AMoo-Miki One of the latests commits made to OSD updates some dependencies that require you to delete existing target folders on your dev environment and bootstrapped again before starting up. This seems to only be an issue if you are pulling the latest changes and bootstrapping OSD.
|
Yes I agree with @ashwin-pc or just create a new command that calls My biggest reason is sometimes a target folder could contain something I build but don't want to disappear. But I need clear my node_modules. So changing this script's existing functionality might cause some folks to be really upset. It's actually pretty upsetting already that when we run integration test it deletes the contents of the plugin folder. My suggestion for the new name is |
This was resolved with #1442 |
Is your feature request related to a problem? Please describe.
Currently, we need to manually remove target directories that have outdated files that stop
yarn osd bootstrap
from running.This most commonly happens with
Cheerio
and the type definitions inenzyme-helpers
Describe the solution you'd like
The current yarn osd clean script should find and clean targets across the dashboards codebase
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: