From 08faa1499669c0775f4ff57ebc873f0980101078 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Sun, 8 Oct 2017 14:18:57 +0400 Subject: [PATCH] update CHANGELOG with new version --- release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release.sh b/release.sh index 304f7afa..f2b98b0c 100755 --- a/release.sh +++ b/release.sh @@ -27,6 +27,9 @@ while true; do esac done +echo "Pulling" +git pull + echo "lint and test" npm start lint test