Skip to content

Commit

Permalink
Yarn classic to Yarn 2 w/ nodeLinker
Browse files Browse the repository at this point in the history
  • Loading branch information
phndiaye committed Jan 17, 2024
1 parent c20a128 commit c2e7b61
Show file tree
Hide file tree
Showing 5 changed files with 22,678 additions and 16,095 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ storybook-static
/libpeerconnection.log
npm-debug.log
testem.log
/yarn-error.log
/package-lock.json
ember-modules-codemod.*

Expand All @@ -34,3 +33,13 @@ doc
# storybook
preview-head.html
app/styles/core/fonts/

# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
/yarn-error.log
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

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

npmRegistries:
//npm.pkg.github.com:
npmAuthToken: "${GITHUB_TOKEN}"

npmScopes:
fortawesome:
npmAlwaysAuth: true
npmAuthToken: "${FONTAWESOME_NPM_AUTH_TOKEN}"
npmRegistryServer: "https://npm.fontawesome.com/"
upfluence:
npmRegistryServer: "https://npm.pkg.github.com"

yarnPath: .yarn/releases/yarn-4.0.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit c2e7b61

Please sign in to comment.