trivio
v1.1.18
Published
๐ Trivio โ The Ultimate CLI Quiz Game!
Downloads
28
Readme
trivio
Testing & Releases
- Run tests locally:
pnpm install
pnpm test- To enable automated releases and npm publishing from GitHub Actions:
- Add
NPM_TOKENto the repository secrets (your npm token). - The workflow will use
standard-versionto bumppackage.jsonand create tags. - On
pushtomaster, thereleaseworkflow runspnpm run releaseand then publishes withpnpm publish.
- Add
Install the dev dependencies locally if you want to run releases locally:
pnpm add -D vitest standard-versionNote: The GitHub Actions workflows expect pnpm (lockfile pnpm-lock.yaml is present).
