Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b43f8e6

Browse files
authoredMay 21, 2024··
Merge branch 'develop' into v5-build-overhaul
2 parents 1ceb03b + b9f256d commit b43f8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
1515
# build
1616
VERSION=$VERSION npm run build
1717

18-
# TODO
19-
# npm test
18+
# test
19+
npm run test
2020

2121
# commit
2222
git add -A

0 commit comments

Comments
 (0)
Please sign in to comment.