yarn test
yarn build
cd src/packages/react-static
Now update the blank template to use a local version:
"react-static": "../../react-static"
Do the same for each plugin.
./bin/react-static create
# use blank
cd my-static-site
yarn start
# inspect
yarn build
# inspect
In each template, bump the package versions to the correct version.
Make sure all changes are listed here