From 619fbfe14407c6b3bac438e8db31f2f21c8e07c2 Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Mon, 20 May 2024 13:19:00 -0500 Subject: [PATCH] Add test run to release script --- build/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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