Update to yarn latest (#20610)
* Use yarn berry * Run yarn dedupe * Update cache * Add explicit yarn install * Revert "Add explicit yarn install" This reverts commit de8b5b97cec9cd129f361b50fd83bde8ec528a86. * Add missing install-state * Revert "Update cache" This reverts commit ddc7cf19855bfff9ac4ea5fc3946396b1d5812cb. * Simplify CI * Revert "Simplify CI" This reverts commit c4e1abf34a4a48dd4aab9e389bdfd318e00a2b7c. * Update timeout script
This commit is contained in:
parent
fb09a75352
commit
8f4a6b832b
9 changed files with 22310 additions and 165003 deletions
BIN
.yarn/install-state.gz
Normal file
BIN
.yarn/install-state.gz
Normal file
Binary file not shown.
147520
.yarn/releases/yarn-1.22.18.js
vendored
147520
.yarn/releases/yarn-1.22.18.js
vendored
File diff suppressed because one or more lines are too long
893
.yarn/releases/yarn-4.1.0.cjs
vendored
Executable file
893
.yarn/releases/yarn-4.1.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
45
.yarnclean
45
.yarnclean
|
|
@ -1,45 +0,0 @@
|
||||||
# test directories
|
|
||||||
__tests__
|
|
||||||
test
|
|
||||||
tests
|
|
||||||
powered-test
|
|
||||||
|
|
||||||
# asset directories
|
|
||||||
docs
|
|
||||||
doc
|
|
||||||
website
|
|
||||||
images
|
|
||||||
|
|
||||||
# examples
|
|
||||||
example
|
|
||||||
examples
|
|
||||||
|
|
||||||
# code coverage directories
|
|
||||||
coverage
|
|
||||||
.nyc_output
|
|
||||||
|
|
||||||
# build scripts
|
|
||||||
Makefile
|
|
||||||
Gulpfile.js
|
|
||||||
Gruntfile.js
|
|
||||||
|
|
||||||
# configs
|
|
||||||
appveyor.yml
|
|
||||||
circle.yml
|
|
||||||
codeship-services.yml
|
|
||||||
codeship-steps.yml
|
|
||||||
wercker.yml
|
|
||||||
.tern-project
|
|
||||||
.gitattributes
|
|
||||||
.editorconfig
|
|
||||||
.*ignore
|
|
||||||
.eslintrc
|
|
||||||
.jshintrc
|
|
||||||
.flowconfig
|
|
||||||
.documentup.json
|
|
||||||
.yarn-metadata.json
|
|
||||||
.travis.yml
|
|
||||||
|
|
||||||
# misc
|
|
||||||
*.md
|
|
||||||
!**/yaml/dist/**/doc
|
|
||||||
5
.yarnrc
5
.yarnrc
|
|
@ -1,5 +0,0 @@
|
||||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
||||||
# yarn lockfile v1
|
|
||||||
|
|
||||||
|
|
||||||
yarn-path ".yarn/releases/yarn-1.22.18.js"
|
|
||||||
3
.yarnrc.yml
Normal file
3
.yarnrc.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-4.1.0.cjs
|
||||||
|
|
@ -83,7 +83,7 @@ RUN mkdir -p "${APP_HOME}"/public/{assets,images,packs,podcasts,uploads}
|
||||||
# timeout, QEMU-based ones (as is the case with Docker BuildX for
|
# timeout, QEMU-based ones (as is the case with Docker BuildX for
|
||||||
# cross-compiling) quite often can. This increased timeout should help
|
# cross-compiling) quite often can. This increased timeout should help
|
||||||
# reduce false-negatives when building multiarch images.
|
# reduce false-negatives when building multiarch images.
|
||||||
RUN echo 'network-timeout 300000' >> ~/.yarnrc
|
RUN echo 'httpTimeout: 300000' >> ~/.yarnrc.yml
|
||||||
|
|
||||||
# This is one giant step now because previously, removing node_modules to save
|
# This is one giant step now because previously, removing node_modules to save
|
||||||
# layer space was done in a later step, which is invalid in at least some
|
# layer space was done in a later step, which is invalid in at least some
|
||||||
|
|
|
||||||
|
|
@ -152,5 +152,6 @@
|
||||||
"react-colorful": "^5.6.1",
|
"react-colorful": "^5.6.1",
|
||||||
"react-dates": "^21.8.0",
|
"react-dates": "^21.8.0",
|
||||||
"web-share-wrapper": "^0.2.2"
|
"web-share-wrapper": "^0.2.2"
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@4.1.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue