Skip to content

Commit 39a600a

Browse files
committed
build: update CI commands for publishing
1 parent 6b3c4fe commit 39a600a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
commit: "chore: release"
5454
commitMode: github-api
5555
setupGitUser: false
56-
publish: "pnpm ci:release"
56+
publish: "pnpm ci:publish"
5757
version: "pnpm ci:version"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"changeset": "changeset",
77
"check": "turbo check",
88
"ci:package": "turbo run ci:package",
9-
"ci:release": "turbo run ci:release",
9+
"ci:publish": "turbo run ci:publish",
1010
"ci:update": "turbo run ci:update",
1111
"ci:version": "changeset version && pnpm install --lockfile-only",
1212
"format": "prettier --write . && biome check --write .",

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dependsOn": ["^build"]
1010
},
1111
"ci:package": {},
12+
"ci:publish": {},
1213
"ci:update": {
1314
"outputs": ["packages/vscode-extension/src/apis.ts"]
1415
},

0 commit comments

Comments
 (0)