Browse Source

fix typo in release script

Francisco Giordano 6 năm trước cách đây
mục cha
commit
31bc231c2c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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