Skip to content

Commit

Permalink
yarn v3 (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
arty-name authored Jul 21, 2023
1 parent 02e2444 commit 38b1813
Show file tree
Hide file tree
Showing 8 changed files with 19,337 additions and 13,385 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: Run linter
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: Run linter
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: Build code
run: yarn build
Expand Down
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ dist/*
coverage/*
.idea
.vscode
storybook-static/*

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

/node_modules
npm-debug.log
yarn-error.log

.DS_Store
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
nodeLinker: node-modules
enableGlobalCache: true

yarnPath: .yarn/releases/yarn-3.6.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@
"webpack-cli": "^5.1.4",
"webpack-extension-reloader": "^1.1.4",
"webpack-merge": "^5.9.0"
}
},
"packageManager": "[email protected]"
}
31,825 changes: 18,446 additions & 13,379 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 38b1813

Please sign in to comment.