diff --git a/build/release.sh b/build/release.sh index 40de0777c..f2b874681 100755 --- a/build/release.sh +++ b/build/release.sh @@ -15,8 +15,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then # build VERSION=$VERSION npm run build - # TODO - # npm test + # test + npm run test # commit git add -A