mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
refactor($release): let [enter] pass next step (#650)
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ select VERSION in patch minor major "Specific Version"
|
||||
read -p "Release $VERSION - are you sure? (y/n) " -n 1 -r
|
||||
echo
|
||||
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
if [[ $REPLY =~ ^[Yy]$ || -z $REPLY ]]; then
|
||||
# pre release task
|
||||
npm run lint
|
||||
npm run test
|
||||
|
||||
Reference in New Issue
Block a user