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