Skip to content

Commit

Permalink
build: add lockfile-lint to CI (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh authored Nov 17, 2020
1 parent dbc4a23 commit d964657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ before_script:

script:
- set -e
- npm_config_mode=yes npx lockfile-lint --type npm --path package.json --validate-https --allowed-hosts npm
- npm run lint-ci
- npm run build
- travis_retry npm run test-ci
Expand Down

0 comments on commit d964657

Please sign in to comment.