Closed mgerzabek closed 10 months ago
@mgerzabek you can run the yarn theia clean
command from packages you wish to cleanup.
If you are not using the yarn watch
workflow, then you should rebuild packages that have been modified, rebuild the example application(s) and restart.
@mgerzabek Is this solved?
Sorry, forgot to close… thnx!
Is there something like a
yarn build:clean
ortheia clean
that deletes all built artefacts?When I develop without
yarn watch
, do ayarn build:browser
and restart theia the changes are not picked up. But when I delete all lib folders and do the rebuild then the changes are picked up.What am I missing?