Skip to content

Latest commit

History

History
41 lines (27 loc) 路 495 Bytes

RELEASE.md

File metadata and controls

41 lines (27 loc) 路 495 Bytes

Tests

yarn test

Smoke test basic template

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

Inspect CHANGELOG.md

Make sure all changes are listed here

Run lerna publish

Only maintainers can do this.