Thanks for improving this repository.
packages/react-json-logic: publishable library packageapps/example: demo application package
Run from the workspace root:
vp install
pnpm verifyUse the root scripts as the canonical entrypoints:
pnpm check
pnpm test
pnpm build
pnpm dev:example
pnpm build:examplePer-package work is also supported:
cd packages/react-json-logic
vp run verify- Use Conventional Commits (
feat:,fix:,docs:,chore:,refactor:,test:,ci:) - Keep each pull request focused on one concern
- Fill out the pull request template
- Include validation evidence (at minimum
pnpm verify)
- On every push to
mainthat is not tagged[skip ci], CI runsverifyand then semantic-release forpackages/react-json-logic(Conventional Commits → version bump and npm publish, when applicable). TheNPM_TOKENsecret must be set on the repository. - The demo app deploy is configured through the repository host dashboard