No description
- TypeScript 91.4%
- Shell 8.6%
|
|
||
|---|---|---|
| .changeset | ||
| .github/workflows | ||
| .husky | ||
| docs | ||
| infra/local | ||
| src | ||
| types | ||
| .gitignore | ||
| .prettierignore | ||
| commitlint.config.ts | ||
| eslint.config.ts | ||
| LICENSE | ||
| lint-staged.config.ts | ||
| mise.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| prettier.config.ts | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
Volt for DynamoDB
Workflows
Publishing
-
Make changes
-
Write tests
-
Run tests locally:
pnpm test -
Create a changeset:
pnpm changeset- (follow prompts to describe changes)
-
Commit changes with conventional commits:
git commit -m "feat: add new feature" -
When ready to release
- Update version and changelog:
pnpm version - Publish the release:
pnpm release
- Update version and changelog: