From ee5fdaf639404d77bb422f3acec80c7a5b47c629 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 15 Aug 2019 18:57:50 +0200 Subject: [PATCH] remove comment that made bash fail (cherry picked from commit 5c19876fbfa74f6e49602082ba733b40a316b8be) --- scripts/release/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release/release.sh b/scripts/release/release.sh index c04d38142..bf863fedf 100755 --- a/scripts/release/release.sh +++ b/scripts/release/release.sh @@ -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)"