Skip to content

Commit a6b94df

Browse files
committed
switch to npm
1 parent 458007d commit a6b94df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-commit.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 20
16-
cache: "pnpm"
16+
cache: "npm"
1717

1818
- name: Install dependencies
19-
run: pnpm install
19+
run: npm install
2020

2121
- name: Build
22-
run: pnpm build
22+
run: npm run build
2323

24-
- run: pnpx pkg-pr-new publish --compact
24+
- run: npx pkg-pr-new publish --compact

0 commit comments

Comments
 (0)