This extension adds a convenient menu item to the file name tab in the editor's tab bar, allowing you to easily build the package located in the directory of the current file.
🔧 How to Use:
Open a file from the package you want to build.
Click the build package button on the right of file name tab in the editor.
The extension will search for the nearest package.json file by traversing up the directory tree from the current file.
Once the package.json file is found, a terminal will be opened, and the npm run build command will be executed. ⚙️
You can monitor the build process in the terminal window.
After the build is completed, a success message will be displayed, and any errors or warnings will be shown in the terminal.