Skip to content

Commit 12dea86

Browse files
feat(tooling): convert-repo-to-yarn-workspace (#1443)
* tolling(workspace): turn-react-widgets-into-a-yarn-workspace * feat(tooling): add-scripts-in-each package * fix(tooling): remove-unecessary-formatting * fix(build): fix-public-path-issue * fix(yarn): add-yarn-path-in-yarnrc * fix(yarn): upgrade-yarn-to-4-5-1 * fix(tooling): remove-yarn-install-file * fix(tooling): fix-checkout-issue-in-actions --------- Co-authored-by: Shreyas Sharma <shreysh2@cisco.com>
1 parent cc423b3 commit 12dea86

File tree

115 files changed

+39946
-76599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+39946
-76599
lines changed

.yarn/releases/yarn-4.5.1.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
checksumBehavior: update
2+
3+
nodeLinker: node-modules
4+
5+
npmRegistryServer: "https://registry.npmjs.org"
6+
7+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

0 commit comments

Comments
 (0)