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 6c5b704 commit 6a5bb7bCopy full SHA for 6a5bb7b
.github/workflows/publish-every-commit.yml
@@ -14,12 +14,12 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version: 20
17
- cache: 'pnpm'
+ cache: 'npm'
18
19
- name: Install dependencies
20
- run: pnpm install
+ run: npm install
21
22
- name: Build
23
- run: pnpm build
+ run: npm build
24
25
- - run: pnpx pkg-pr-new publish
+ - run: npx pkg-pr-new publish --template '.'
.github/workflows/publish-pr.yml
@@ -39,3 +39,4 @@ jobs:
39
run: npm install
40
41
- run: npx pkg-pr-new publish
42
0 commit comments