remove comment that made bash fail
(cherry picked from commit 5c19876fbf)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user