Skip to content

Commit

Permalink
Build: Add test run to release script (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle authored May 21, 2024
1 parent 8ef9a3c commit b9f256d
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 b9f256d

Please sign in to comment.