Skip to content

Commit

Permalink
[NO-TICKET] Fix syntax error in publish bash script (#1167)
Browse files Browse the repository at this point in the history
Fix syntax error in publish bash script
  • Loading branch information
pwolfert authored Oct 4, 2021
1 parent f71666c commit 367704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ yarn build
echo "${GREEN}Publishing ${CYAN}$1${GREEN} to npm...${NC}"
if [[ $1 == *"beta"* ]]; then
NPM_TAG="--dist-tag beta"
elif
else
NPM_TAG=""
fi
yarn lerna publish from-git $NPM_TAG
Expand Down

0 comments on commit 367704f

Please sign in to comment.