This repo is not perfect and should only be temporary (probably going to last forever then). Main difference is that the React version has changed (from 17 to 16) and that the package will be hosted in the Github forked repo (not on npm registry).
Before running the custom publish script, pull any changes from upstream.
- Check if there is an existing upstream remote (if exists, skip to 3)
git remote -v
- Add upstream remote
git remote add upstream [email protected]:roerohan/react-vnc.git
- Pull changes (no rebasing)
git fetch upstream
git merge upstream/main
- Cherry pick changes from merge conflicts. No commands for this, just a manual
process for the following files. Keep all edits marked by
Springboard Edit
:
- prebulish.js
- .gitignore
- Sync differences between
package.json.bak
andpackage.json
. Again, another manual process. - Run the
publish:sbvr
script
npm run publish:sbvr
- Commit changes to origin and republish Arena.
ℹ️ NOTE |
---|
Arena does not automatically rebuild the frontend when the solution is built, this is a manual process where the frontend app has to be built copied to the right place and then committed to the repo. |