Skip to content

Commit

Permalink
ci: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh committed Aug 5, 2024
1 parent d09bddc commit 571174d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# - Make whatever changes you need and commit them:
# - `git add . && git commit "experimental changes!"`
# - Update version numbers and create a release tag:
# - `yarn run version:experimental`
# - `pnpm run version:experimental`
# - Push to GitHub:
# - `git push origin --follow-tags`
# - Create a new release for the tag on GitHub to trigger the CI workflow that
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: pnpm install --recursive --frozen-lockfile --strict-peer-dependencies

- name: 🏗 Build
run: yarn build
run: pnpm run build

- name: 🔐 Setup npm auth
run: |
Expand Down

0 comments on commit 571174d

Please sign in to comment.