yarn test
yarn build
cd packages/react-static
Now update the blank template (./templates/blank
) 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
Make sure all changes are listed here
Only maintainers can do this.