Skip to content

Commit b225cff

Browse files
committed
just npm test in release script
1 parent 8c8c585 commit b225cff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build/release.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ echo # (optional) move to a new line
66
if [[ $REPLY =~ ^[Yy]$ ]]
77
then
88
echo "Releasing $VERSION ..."
9-
# unit tests
10-
npm run test 2>/dev/null
119

12-
# e2e tests
13-
npm run e2e-local 2>/dev/null
10+
# run tests
11+
npm test 2>/dev/null
1412

1513
# build
1614
VERSION=$VERSION npm run build

0 commit comments

Comments
 (0)