When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment.You can build only the modified part (for example, if you only modified client files: `npm run build:client`).Check the `package.json` files for available build scripts.