Skip to content

Commit

Permalink
Upgrade to Yarn Berry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Jul 25, 2021
1 parent 1bce91f commit 11ff3d3
Show file tree
Hide file tree
Showing 41 changed files with 24,951 additions and 165,608 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Command `yarn install --frozen-lockfile` doesn't always fail if `yarn.lock` is modified (https://github.com/yarnpkg/yarn/issues/5840).
# Instead, we are installing the dependencies as usual and checking that nothing changed.
run: |
yarn install
yarn install --immutable --immutable-cache
git diff --exit-code
- name: Run Flow checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
node-version: 14.x
- name: publish NPM packages to the registry
run: |
yarn install --frozen-lockfile
yarn install --immutable --immutable-cache
yarn monorepo-babel-node scripts/publishNPMPackages.js
2 changes: 1 addition & 1 deletion .github/workflows/shipit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
echo "${{ secrets.SSH_SHIPIT_PRIVATE_KEY }}" | tr -d '\r' > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
yarn install --frozen-lockfile
yarn install --immutable --immutable-cache
yarn monorepo-babel-node src/monorepo-shipit/bin/shipit.js
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ node_modules/

.DS_Store
.env
.flow.saved_state
.flow.saved_state_file_changes
yarn-error.log

# Yarn Berry with "zero installs":
.yarn/*
#!.yarn/cache - TODO: commit
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Loading

0 comments on commit 11ff3d3

Please sign in to comment.