Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore: upgrade to yarn 3 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Aug 31, 2022
1 parent 6d2cbec commit b0005ae
Show file tree
Hide file tree
Showing 8 changed files with 7,399 additions and 4,555 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}

- name: install
run: yarn --check-files --frozen-lockfile --non-interactive
run: yarn install

- name: lint
run: yarn lint
Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ typings/

# next.js build output
.next

# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

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

yarnPath: .yarn/releases/yarn-3.2.3.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@
"eslint-plugin-vue": "^9.4.0",
"semver": "^7.3.7",
"vue-eslint-parser": "^9.0.3"
}
},
"packageManager": "yarn@3.2.3"
}
11,152 changes: 6,601 additions & 4,551 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit b0005ae

Please sign in to comment.