Skip to content

Commit 0542aef

Browse files
committed
fix: build script
1 parent c051a39 commit 0542aef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ if [ "$CI" != true ] && [ "$CMD" == "release" ]; then
3333
FLAGS+="--skip-announce "
3434
FLAGS+="--skip-publish "
3535
FLAGS+="--skip-sign "
36+
fi
37+
38+
if [ "$CI" != true ]; then
3639
FLAGS+="--snapshot "
3740
fi
3841

0 commit comments

Comments
 (0)