소스 검색

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