forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames yarnrc -> yarnrc.yml (yarnpkg#244)
* Removes @types/decamelize (and one other) Commit generated via `yarn stage` * Implements .yarnrc.yml * Fixes the yarn binary used for CI * Adds more information when the binary is wrong * Removes instances of yarnrc * Updates the checked-in builds * Updates the tests * Updates the warn script to support Windows
- Loading branch information
Showing
39 changed files
with
3,860 additions
and
10,022 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file removed
BIN
-91.8 KB
...me-corejs2-npm-7.4.3-495ef2b589f3e6f22795047981006b7a5d20fe751b635017f1ddb6a53daa4544.zip
Binary file not shown.
Binary file removed
BIN
-1.8 KB
...decamelize-npm-3.0.3-5f6c3a05ee6cb6bbce4eaca6e0071922fff53dcb8a86434e68607efc098b383e.zip
Binary file not shown.
Binary file removed
BIN
-958 KB
...he/core-js-npm-2.6.5-814567893dab56b9eb40efe0e8f2421d0d782e12c2d66d6909860b85a5fdeb55.zip
Binary file not shown.
Binary file removed
BIN
-3.08 KB
...decamelize-npm-3.2.0-449ee57a5001409ca06a5d36596d2d4c58bbd3368d8211faa60b130dd49105b5.zip
Binary file not shown.
Binary file removed
BIN
-8.36 KB
...r-runtime-npm-0.13.2-50b4e6a65634c2788c113abb68d037d860929b51fb0ba37ba17a5d7592559398.zip
Binary file not shown.
Binary file removed
BIN
-175 KB
...he/xregexp-npm-4.2.4-44b27f93c7b18c8e0931788d02a13638b0189aa233bb1e49ece0bc9f9d703de4.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1 @@ | ||
## General settings | ||
|
||
init-scope: berry | ||
|
||
npm-publish-access: public | ||
|
||
yarn-path: scripts/run-yarn.js | ||
|
||
## List of plugins enabled in the current repository | ||
|
||
plugins: | ||
- scripts/plugin-exec.js | ||
- scripts/plugin-stage.js | ||
- scripts/plugin-typescript.js | ||
- scripts/plugin-version.js | ||
- scripts/plugin-workspace-tools.js | ||
yarn-path: scripts/warn-about-yarn1.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## General settings | ||
|
||
initScope: | ||
berry | ||
|
||
npmPublishAccess: | ||
public | ||
|
||
yarnPath: | ||
scripts/run-yarn.js | ||
|
||
## List of plugins enabled in the current repository | ||
|
||
plugins: | ||
- scripts/plugin-exec.js | ||
- scripts/plugin-stage.js | ||
- scripts/plugin-typescript.js | ||
- scripts/plugin-version.js | ||
- scripts/plugin-workspace-tools.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,10 @@ jobs: | |
versionSpec: 10.x | ||
displayName: 'Install Node.js' | ||
|
||
- bash: | | ||
npm install -g [email protected] | ||
displayName: "Install Yarn 1.17.2+" | ||
- bash: | | ||
YARN_ENABLE_NETWORK=0 node ./scripts/run-yarn.js --frozen-lockfile | ||
displayName: "Check that the Yarn files don't change on new installs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.