chore(*): use Yarn 2 (#733)

* Migrate to Yarn 2

* Add peer deps

* Work

* prettify

* test

* this

* Clean up travis.yml

* Run prettier first
This commit is contained in:
Nathan Bierema 2021-06-13 17:14:23 -04:00 committed by GitHub
parent 2bc60b53eb
commit 0d5d7d8357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 25543 additions and 18803 deletions

View File

@ -7,3 +7,4 @@ build
coverage
node_modules
__snapshots__
.yarn/*

7
.gitignore vendored
View File

@ -9,3 +9,10 @@ coverage
.idea
.eslintcache
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

View File

@ -8,3 +8,4 @@ coverage
node_modules
__snapshots__
dev
.yarn/*

View File

@ -1,13 +1,8 @@
sudo: false
language: node_js
node_js:
- 'stable'
cache:
yarn: true
directories:
- 'node_modules'
script:
- yarn prettier:check
- yarn build:all
- yarn lint:all
- yarn prettier:check
- yarn test:all

File diff suppressed because one or more lines are too long

55
.yarn/releases/yarn-berry.cjs vendored Normal file

File diff suppressed because one or more lines are too long

7
.yarnrc.yml Normal file
View File

@ -0,0 +1,7 @@
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
yarnPath: .yarn/releases/yarn-berry.cjs

44191
yarn.lock

File diff suppressed because it is too large Load Diff