Skip to content

Commit

Permalink
Update yarn.lock and have Travis enforce it (#401)
Browse files Browse the repository at this point in the history
* Update yarn.lock

The following commits removed dependencies from package.json,
but didn't update yarn.lock:

* 5c8c1b1: Drop core-js (#393)
* d903810: Drop most babel transforms (#394)

* travis: Make sure that yarn.lock is up to date
  • Loading branch information
josephfrazier authored and stefanbuck committed Nov 15, 2017
1 parent d82f7b7 commit 8fa5a54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 530 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
- export PATH=$HOME/.yarn/bin:$PATH
before_script:
- git diff --exit-code # make sure that yarn.lock didn't change
- ./packages/blob-reader/scripts/update-fixtures.sh
- npm run package
script:
Expand Down
Loading

0 comments on commit 8fa5a54

Please sign in to comment.