npm i
cd example
npm i
npx convex devrm -rf dist/ && npm run build
npm run typecheck
npm run test
cd example
npm run lint
cd ..rm -rf dist/ && npm run build
npm pack# this will change the version and commit it (if you run it in the root directory)
npm version patch
npm publish --dry-run
# sanity check files being included
npm publish
git push --tags