eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need for a theia clean or build:clean

mgerzabek opened this issue · comments

Is there something like a yarn build:clean or theia clean that deletes all built artefacts?

When I develop without yarn watch, do a yarn 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?

@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!