Commit 5c19876f by Francisco Giordano

remove comment that made bash fail

parent 3ae589eb
......@@ -40,8 +40,8 @@ publish() {
npm publish --tag "$dist_tag" --otp "$(prompt_otp)"
log "Publishing @openzeppelin/contracts on npm"
env ALREADY_COMPILED= \ # avoid re-compiling
npm publish contracts --tag "$dist_tag" --otp "$(prompt_otp)"
env ALREADY_COMPILED= \
npm publish contracts --tag "$dist_tag" --otp "$(prompt_otp)"
if [[ "$dist_tag" == "latest" ]]; then
otp="$(prompt_otp)"
......
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