Skip to content

Commit

Permalink
feat(tooling): convert-repo-to-yarn-workspace (#1443)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Shreyas281299 and ShreyasSharma28 authored Oct 28, 2024
1 parent cc423b3 commit 12dea86
Show file tree
Hide file tree
Showing 115 changed files with 39,946 additions and 76,599 deletions.
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checksumBehavior: update

nodeLinker: node-modules

npmRegistryServer: "https://registry.npmjs.org"

yarnPath: .yarn/releases/yarn-4.5.1.cjs
Loading

0 comments on commit 12dea86

Please sign in to comment.