Building a Plugin with TypeScript

Quote from blog post:

  1. Run yarn build or npm run build to 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?