Skip to content

Commit

Permalink
chore: replace yarn with yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
zanechua committed May 4, 2023
1 parent 9eb2cd9 commit ee64423
Show file tree
Hide file tree
Showing 7 changed files with 19,561 additions and 13,525 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn run build
- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,18 @@ Thumbs.db

# node.js
.cache
.yarn
package-lock.json
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnp
.pnp.js
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Test result files
artifacts
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.cache
package.json
package-lock.json
public
public
873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.5.1.cjs
nodeLinker: pnp
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
},
"packageManager": "yarn@3.5.1"
}
32,194 changes: 18,675 additions & 13,519 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ee64423

Please sign in to comment.