Skip to content

Commit

Permalink
Maintenance: Migrate monorepo to Yarn 4 (#151)
Browse files Browse the repository at this point in the history
* use yarn 4

* fix package url

* wip
  • Loading branch information
yannbf committed May 3, 2024
1 parent cb27d28 commit 6ec7c44
Show file tree
Hide file tree
Showing 10 changed files with 14,421 additions and 157,102 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18.x

- name: Install dependencies
uses: bahmutov/npm-install@v1
run: yarn install

- name: Build
run: yarn build
Expand All @@ -29,7 +29,7 @@ jobs:
run: yarn test

- name: Release
run: |
run:
yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.1.cjs

Large diffs are not rendered by default.

0 comments on commit 6ec7c44

Please sign in to comment.