Reminds developers to run npm run build after saving code files, before committing changes.
Shows a popup every time a .ts, .tsx, .js, or .jsx file is saved and the editor/tab focus changes.
Features
Popup reminder: "Did you run npm run build?"
Works on every file save and tab switch
Helps prevent committing without building
Usage
Install the extension from VS Code Marketplace.
Save a relevant file (.ts, .tsx, .js, .jsx).
Switch tabs or refocus the editor to get a reminder.