Skip to content

Commit 08a928e

Browse files
committed
include tsc tests in ci script
1 parent dfc64e8 commit 08a928e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set -e
22
npm run lint
33
npm run flow
4+
npm run test:types
45
npm run test:cover
56
npm run test:e2e -- --env phantomjs
67
npm run test:ssr

0 commit comments

Comments
 (0)