Skip to content

Commit 8787a7b

Browse files
committed
try this
1 parent acfe051 commit 8787a7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
id: changesets
3737
uses: changesets/action@v1
3838
with:
39-
publish: changeset publish
40-
version: changeset version && pnpm i --no-frozen-lockfile && git add .
39+
publish: pnpm changeset:publish
40+
version: pnpm changeset:version && pnpm i --no-frozen-lockfile && git add .
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
NPM_CONFIG_PROVENANCE: true

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"zimmerframe": "^1.0.0"
3131
},
3232
"scripts": {
33+
"changeset:version": "changeset version",
34+
"changeset:publish": "changeset publish",
3335
"check": "tsc",
3436
"prepublishOnly": "pnpm test && dts-buddy -m esrap:./src/public.d.ts",
3537
"sandbox": "node test/sandbox/index.js",

0 commit comments

Comments
 (0)