Skip to content

Commit

Permalink
chore: disable check in v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Oct 2, 2024
1 parent 5cfecb3 commit 28c21b6
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,6 +1,6 @@
#!/bin/bash
set -e
yarn t
#yarn t
yarn codegen
yarn prepack
export $(grep -v '^#' .env | xargs) && release-it $1

0 comments on commit 28c21b6

Please sign in to comment.