Skip to content

Commit

Permalink
chore: run yarn after new release (#7715)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 26, 2019
1 parent 45a8be2 commit f2fb112
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 18 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

const path = require('path');
const customImportResolver = path.resolve('./eslintImportResolver');
const customImportResolver = require.resolve('./eslintImportResolver');

module.exports = {
extends: [
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

### Fixes

- `[website]` Fix broken help link on homepage ([#7706](https://github.com/facebook/jest/pull/7706))

### Chore & Maintenance

- `[website]` Fix broken help link on homepage ([#7706](https://github.com/facebook/jest/pull/7706))

### Performance

## 24.0.0
Expand Down

0 comments on commit f2fb112

Please sign in to comment.