Skip to content

Commit

Permalink
Revert "chore: exclude codegen on release"
Browse files Browse the repository at this point in the history
This reverts commit 5e63085.
  • Loading branch information
mym0404 committed Apr 15, 2024
1 parent 5e63085 commit fc9558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
git pull origin main
yarn t
#yarn codegen
yarn codegen
export $(grep -v '^#' .env | xargs) && release-it --increment=patch --ci

0 comments on commit fc9558e

Please sign in to comment.