Skip to content

Commit b9f256d

Browse files
Build: Add test run to release script (#2433)
1 parent 8ef9a3c commit b9f256d

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)