Skip to content

Commit 2ad90a6

Browse files
committed
Update to yarn v2
Fixes #705
1 parent 3a4a76e commit 2ad90a6

9 files changed

Lines changed: 16268 additions & 158181 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
CHANGES.md merge=union
2+
/.yarn/releases/** binary
3+
/.yarn/plugins/** binary

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v1
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- run: rm -rf node_modules && yarn install --frozen-lockfile
22+
- run: rm -rf node_modules && yarn install --immutable
2323
- run: yarn gulp lint release
2424
env:
2525
NODE_OPTIONS: "--max_old_space_size=4096"

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ yarn-error.log
2929

3030
package-lock.json
3131
.nvmrc
32+
# https://v3.yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
33+
.pnp.*
34+
.yarn/*
35+
!.yarn/patches
36+
!.yarn/plugins
37+
!.yarn/releases
38+
!.yarn/sdks
39+
!.yarn/versions

0 commit comments

Comments
 (0)