Skip to content

Commit

Permalink
Verify that production and doc builds still work in CI
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
jgonggrijp committed Sep 23, 2022
1 parent 68e5eb6 commit 66ee70d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ before_script:
script:
- "[ $EXTRA = false ] || npm run lint"
- npm run prepare-tests
- "[ $EXTRA = false ] || npm run build-umd"
- "[ $EXTRA = false ] || npm run build-esm"
- "[ $EXTRA = false ] || npm run doc"
- "[ $EXTRA = true ] || npm run test-node"
- "[ $EXTRA = false ] || npm run coveralls"
- "[ $EXTRA = false ] || npm run test-browser"
Expand Down

0 comments on commit 66ee70d

Please sign in to comment.