Commit ee5fdaf6 by Francisco Giordano

remove comment that made bash fail

(cherry picked from commit 5c19876f)
parent 588b8102
......@@ -40,7 +40,7 @@ publish() {
npm publish --tag "$dist_tag" --otp "$(prompt_otp)"
log "Publishing @openzeppelin/contracts on npm"
env ALREADY_COMPILED= \ # avoid re-compiling
env ALREADY_COMPILED= \
npm publish contracts --tag "$dist_tag" --otp "$(prompt_otp)"
if [[ "$dist_tag" == "latest" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment