We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dcd79 commit 9c72080Copy full SHA for 9c72080
.travis.yml
@@ -30,4 +30,6 @@ before_install:
30
- pwd && ls
31
script:
32
- npm run lint
33
- - npm run test
+ - npm run test
34
+ - npm run build
35
+ - node -e "require('./dist').DocumentStore"
0 commit comments