We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc8999 commit eec2f31Copy full SHA for eec2f31
2 files changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: pnpm/action-setup@v4
31
32
- name: Install Dependencies
33
- run: pnpm ci
+ run: pnpm i
34
35
- name: Create release pull request or publish to npm
36
id: changesets
.github/workflows/test-prs.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install pnpm
23
24
25
- - run: pnpm ci
+ - run: pnpm i
26
- run: pnpm run build
27
- run: pnpm test
28
0 commit comments