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 Apr 17, 2021
1 parent 3c7a89a commit 8ddf9fa
Show file tree
Hide file tree
Showing 40 changed files with 25,049 additions and 165,591 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 @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
run: |
yarn install --frozen-lockfile
yarn install --immutable --immutable-cache
yarn run flow --max-warnings=0
yarn run lint
yarn run test-only
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 8ddf9fa

Please sign in to comment.