Преглед изворни кода

fix typo in release script

Francisco Giordano пре 6 година
родитељ
комит
31bc231c2c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/release/release.sh

+ 1 - 1
scripts/release/release.sh

@@ -88,7 +88,7 @@ elif [[ "$*" == "rc" ]]; then
   assert_current_branch "$(current_release_branch)"
 
   # Bumps rc number, commits and tags
-  npm version prelease
+  npm version prerelease
 
   push_and_publish next