Skip to content

Commit

Permalink
Add test run to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed May 20, 2024
1 parent 8ef9a3c commit 619fbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 619fbfe

Please sign in to comment.