Skip to content

Commit 9c72080

Browse files
committed
detect broken import statements
1 parent 14dcd79 commit 9c72080

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ before_install:
3030
- pwd && ls
3131
script:
3232
- npm run lint
33-
- npm run test
33+
- npm run test
34+
- npm run build
35+
- node -e "require('./dist').DocumentStore"

0 commit comments

Comments
 (0)