Skip to content

Commit

Permalink
feat(yarn): switch from npm to yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Sep 11, 2021
1 parent 130670e commit 8ef36e0
Show file tree
Hide file tree
Showing 6 changed files with 20,723 additions and 45,639 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,15 @@ public

# Yarn
yarn-error.log
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp/
.pnp.js

# Yarn Integrity file
.yarn-integrity

Expand Down
631 changes: 631 additions & 0 deletions .yarn/releases/yarn-berry.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
yarnPath: '.yarn/releases/yarn-berry.cjs'
nodeLinker: 'node-modules'
npmPublishAccess: 'public'
npmPublishRegistry: 'https://registry.npmjs.org'
npmRegistryServer: 'https://registry.npmjs.org'
Loading

0 comments on commit 8ef36e0

Please sign in to comment.