Explorar o código

remove comment that made bash fail

(cherry picked from commit 5c19876fbfa74f6e49602082ba733b40a316b8be)
Francisco Giordano %!s(int64=6) %!d(string=hai) anos
pai
achega
ee5fdaf639
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      scripts/release/release.sh

+ 2 - 2
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)"