Quote from blog post:
- Run
yarn buildornpm run buildto build the plugin. Every time we make a modification to our plugin, we run this command.
When develop plugin in TypeScript, do I really need to rebuild plugin on every modification, or launching Strapi in development mode does it automatically for me?