This extension provides the Anaconda-specific customizations to the Runt Web. It is utilized on https://app.runt.run and integrates the api key API (with more integrations to come)
This is a simple typescript repository. You just npm install
to set up dependencies. When you're ready to make a commit, run npm run build
and npm run format
to ensure the types pass & format the files respectively. If you forget, the CI will check it for you
- Create a new branch
- Update the CHANGELOG.md
- Change the version in package.json
- run
npm install
to update the package-lock.json file - Commit, and create a PR
- Merge the PR into main
- Create a new release. Copy over the contents from the CHANGELOG
- The publish action will automatically push the release to npm