@rabbitholegg/questdk
v2.0.0-alpha.55
Published
<br/>
Keywords
Readme
Set up the codebase
Set up pnpm
Install pnpm globally:
npm install -g pnpmInstall dependencies
pnpm installDeveloping
Build the codebase
pnpm buildRun the tests
pnpm testPublishing
In order to publish you need to make sure that the pull request you're submitting has a changeset. If you don't want to publish this isn't needed.
In order to generate a changeset run pnpm changeset, select a change type [major,minor,patch], and draft a small summary of the changeset.
After this all you need to do is push and merge the pull request and the Github Action will handle the process of versioning, and publishing.
