Skip to content

Commit 66ee70d

Browse files
committed
Verify that production and doc builds still work in CI
When I did the last `npm audit fix`, it completely escaped my attention that this might break the scripts that we only run prior to a release. This won't happen to me again!
1 parent 68e5eb6 commit 66ee70d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ before_script:
2222
script:
2323
- "[ $EXTRA = false ] || npm run lint"
2424
- npm run prepare-tests
25+
- "[ $EXTRA = false ] || npm run build-umd"
26+
- "[ $EXTRA = false ] || npm run build-esm"
27+
- "[ $EXTRA = false ] || npm run doc"
2528
- "[ $EXTRA = true ] || npm run test-node"
2629
- "[ $EXTRA = false ] || npm run coveralls"
2730
- "[ $EXTRA = false ] || npm run test-browser"

0 commit comments

Comments
 (0)