Skip to content

Commit

Permalink
trying to fix yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Mar 19, 2024
1 parent 8df3687 commit df20aba
Show file tree
Hide file tree
Showing 3 changed files with 722 additions and 921 deletions.
9 changes: 2 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
enableGlobalCache: true

nodeLinker: node-modules

npmScopes:
jsr:
npmRegistryServer: "https://npm.jsr.io"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.4.cjs
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@
- Added Type declarations for few functions
- Refactor the whole code to make it more readable
- Updated to add support for the JSR Package Manager
- Updated to version 1.6.9 to avoid version gap for JSR
Loading

0 comments on commit df20aba

Please sign in to comment.