remove comment that made bash fail
(cherry picked from commit 5c19876fbf)
This commit is contained in:
@ -40,8 +40,8 @@ publish() {
|
|||||||
npm publish --tag "$dist_tag" --otp "$(prompt_otp)"
|
npm publish --tag "$dist_tag" --otp "$(prompt_otp)"
|
||||||
|
|
||||||
log "Publishing @openzeppelin/contracts on npm"
|
log "Publishing @openzeppelin/contracts on npm"
|
||||||
env ALREADY_COMPILED= \ # avoid re-compiling
|
env ALREADY_COMPILED= \
|
||||||
npm publish contracts --tag "$dist_tag" --otp "$(prompt_otp)"
|
npm publish contracts --tag "$dist_tag" --otp "$(prompt_otp)"
|
||||||
|
|
||||||
if [[ "$dist_tag" == "latest" ]]; then
|
if [[ "$dist_tag" == "latest" ]]; then
|
||||||
otp="$(prompt_otp)"
|
otp="$(prompt_otp)"
|
||||||
|
|||||||
Reference in New Issue
Block a user