mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-16 19:40:58 +03:00
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:
parent
2bc60b53eb
commit
0d5d7d8357
|
@ -7,3 +7,4 @@ build
|
||||||
coverage
|
coverage
|
||||||
node_modules
|
node_modules
|
||||||
__snapshots__
|
__snapshots__
|
||||||
|
.yarn/*
|
||||||
|
|
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -9,3 +9,10 @@ coverage
|
||||||
.idea
|
.idea
|
||||||
.eslintcache
|
.eslintcache
|
||||||
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
|
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
|
||||||
|
.yarn/*
|
||||||
|
!.yarn/patches
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
|
.pnp.*
|
||||||
|
|
|
@ -8,3 +8,4 @@ coverage
|
||||||
node_modules
|
node_modules
|
||||||
__snapshots__
|
__snapshots__
|
||||||
dev
|
dev
|
||||||
|
.yarn/*
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
sudo: false
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 'stable'
|
- 'stable'
|
||||||
cache:
|
|
||||||
yarn: true
|
|
||||||
directories:
|
|
||||||
- 'node_modules'
|
|
||||||
script:
|
script:
|
||||||
|
- yarn prettier:check
|
||||||
- yarn build:all
|
- yarn build:all
|
||||||
- yarn lint:all
|
- yarn lint:all
|
||||||
- yarn prettier:check
|
|
||||||
- yarn test:all
|
- yarn test:all
|
||||||
|
|
77
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Normal file
77
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
55
.yarn/releases/yarn-berry.cjs
vendored
Normal file
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
7
.yarnrc.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user