Skip to content

Commit 7b36752

Browse files
committed
init
1 parent ee68cc6 commit 7b36752

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# publish: yarn g:release
4242
cwd: ${{ github.workspace }}
4343
title: '[Release] Version packages'
44-
publish: pnpm build && pnpm changeset publish
44+
publish: pnpm release
4545
# Optional, might be used in conjunction with GITHUB_TOKEN to
4646
# allow running the workflows on a Version package action.
4747
# Be aware of security implications.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"build:watch": "tsup:watch",
4040
"lint": "pnpm eslint",
4141
"lint:fix": "pnpm eslint --fix && pnpm prettier --write .",
42+
"release": "pnpm build && pnpm changeset publish",
4243
"typecheck": "pnpm tsc --noEmit",
4344
"typecheck:watch": "pnpm tsc --noEmit --watch"
4445
},

0 commit comments

Comments
 (0)