Closed gigitux closed 6 months ago
Works like a charm! I could reproduce the issue on my end when running the build script with the wrong node version. I left one minor comment, but pre-approving.
Thanks for the review! I added the troubleshooting message! Great suggestion!
This PR adds a sanity check step before generating the .zip file to proceed with the release.
When the right version of node isn't used, the *.min.js files aren't generated and this may create some issues on website. This PR ensures that the
min.js
files exist before creating the zip.Testing instructions:
npm run build
.npm run build
.