Skip to content

Commit 6352531

Browse files
committed
chore: renamed to publish-pkg
1 parent 95f61d4 commit 6352531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: changesets
2525
uses: changesets/action@v1
2626
with:
27-
publish: bun run publish
27+
publish: bun run publish-pkg
2828
env:
2929
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "tsup",
2424
"build:site": "vite build dev",
2525
"ci": "bun run lint && bun run build",
26-
"publish": "bun run lint && bun run build && changeset publish",
26+
"publish-pkg": "bun run lint && bun run build && changeset publish",
2727
"lint": "tsc",
2828
"format": "prettier --write .",
2929
"update": "bunx npm-check-updates --interactive --format group"

0 commit comments

Comments
 (0)