|
|
@@ -21,7 +21,7 @@ install:
|
|
|
- rm -rf node_modules
|
|
|
- yarn install
|
|
|
script:
|
|
|
-- yarn run test --reporter=dots
|
|
|
+- yarn run test --reporter=dots --production
|
|
|
- yarn run docs:api --validate-only
|
|
|
- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
|
|
|
travis_wait 30 yarn run docs:build-and-publish-nightly;
|