Skip to content

Commit d5a4e59

Browse files
committed
Add release script to package.json
1 parent 5d109c6 commit d5a4e59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"codegen:all": "bun run src/cli/index.ts generate",
5353
"prune": "knip",
5454
"prune:strict": "knip --strict",
55-
"prune:fix": "knip --fix"
55+
"prune:fix": "knip --fix",
56+
"release": "bash ./scripts/release.sh"
5657
},
5758
"repository": {
5859
"type": "git",

0 commit comments

Comments
 (0)