Description
Scripts can run automatically during development when watched conditions or files change. It is useful for developers who want rebuilds, tests, or helper commands triggered without manual repetition.
Automatic execution can repeat destructive or expensive commands if configured poorly. Start with harmless commands and review triggers before using it in real projects.