Skip to content

Commit

Permalink
Add yarn check to tests (#9163)
Browse files Browse the repository at this point in the history
* Add yarn check to tests

* Update yarn.lock

* Update lockfile some more

* Use resolutions to bump browserslist
  • Loading branch information
ijjk authored and Timer committed Oct 23, 2019
1 parent b5d8767 commit 573fbff
Show file tree
Hide file tree
Showing 4 changed files with 1,298 additions and 1,475 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ commands:
- run:
name: Run All Tests
command: |
node run-tests.js $(
yarn check && node run-tests.js $(
circleci tests glob "test/**/*.test.*" | \
circleci tests split
)
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@
"wd": "1.11.3",
"webpack-bundle-analyzer": "3.3.2"
},
"resolutions": {
"browserslist": "^4.7.1",
"caniuse-lite": "^1.0.30001002"
},
"engines": {
"node": ">= 8.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@
"@types/mkdirp": "0.5.2",
"@types/nanoid": "2.0.0",
"@types/node-fetch": "2.3.4",
"@types/react": "16.9.9",
"@types/react-dom": "16.9.2",
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4",
"@types/react-is": "16.7.1",
"@types/resolve": "0.0.8",
"@types/send": "0.14.4",
Expand Down
Loading

0 comments on commit 573fbff

Please sign in to comment.