We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458007d commit a6b94dfCopy full SHA for a6b94df
1 file changed
.github/workflows/publish-commit.yaml
@@ -13,12 +13,12 @@ jobs:
13
- uses: actions/setup-node@v4
14
with:
15
node-version: 20
16
- cache: "pnpm"
+ cache: "npm"
17
18
- name: Install dependencies
19
- run: pnpm install
+ run: npm install
20
21
- name: Build
22
- run: pnpm build
+ run: npm run build
23
24
- - run: pnpx pkg-pr-new publish --compact
+ - run: npx pkg-pr-new publish --compact
0 commit comments