remove comment that made bash fail

(cherry picked from commit 5c19876fbf)
This commit is contained in:
Francisco Giordano
2019-08-15 18:57:50 +02:00
parent 588b810256
commit ee5fdaf639

View File

@ -40,7 +40,7 @@ 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