To update the neo.mjs version and prepare the gh-pages for deployment, simply run the following command:
npm run update-neo-versionThis script will automatically perform all the necessary steps, including:
- Fetching the latest
neo.mjsversion. - Updating
package.json. - Installing dependencies.
- Building
neo.mjs. - Applying required configurations for the pages environment.
- Staging the new
neo.mjsmodule. - Enhancing SEO by preparing the root
index.html.
After the script finishes, you can review the changes with git status, then commit and push them.