Skip to content

Commit

Permalink
chore: Move from yarn to pnpm (#465)
Browse files Browse the repository at this point in the history
* chore: yarn to pnpm: 1

* chore: yarn to pnpm: 2

* chore: yarn to pnpm: 3

---------

Co-authored-by: Jonah Pereira <[email protected]>
  • Loading branch information
jbizkit and Jonah Pereira authored Nov 9, 2024
1 parent d90a70e commit d095414
Show file tree
Hide file tree
Showing 8 changed files with 7,120 additions and 8,230 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn semantic-release
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm semantic-release
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn semantic-release
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm semantic-release
5 changes: 3 additions & 2 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test
5 changes: 3 additions & 2 deletions .github/workflows/validate-semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: |
GITHUB_REF=${{ github.head_ref }}
yarn semantic-release --no-ci --dry-run --branches ${{ github.head_ref }}
pnpm semantic-release --no-ci --dry-run --branches ${{ github.head_ref }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
/yarn-error.log
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
},
"packageManager": "[email protected]"
}
7,106 changes: 7,106 additions & 0 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

8,220 changes: 0 additions & 8,220 deletions yarn.lock

This file was deleted.

0 comments on commit d095414

Please sign in to comment.