@rabbitholegg/questdk
v2.0.0-alpha.55
Published
<br/>
Downloads
36
Readme
Set up the codebase
Set up pnpm
Install pnpm
globally:
npm install -g pnpm
Install dependencies
pnpm install
Developing
Build the codebase
pnpm build
Run the tests
pnpm test
Publishing
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.