We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d109c6 commit d5a4e59Copy full SHA for d5a4e59
1 file changed
package.json
@@ -52,7 +52,8 @@
52
"codegen:all": "bun run src/cli/index.ts generate",
53
"prune": "knip",
54
"prune:strict": "knip --strict",
55
- "prune:fix": "knip --fix"
+ "prune:fix": "knip --fix",
56
+ "release": "bash ./scripts/release.sh"
57
},
58
"repository": {
59
"type": "git",
0 commit comments