Skip to content

Commit d6f7ef5

Browse files
committed
build: update release process and CI commands for publishing
1 parent be20427 commit d6f7ef5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/flat-actors-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"google-workspace-developer-tools": patch
3+
---
4+
5+
Fix release process.

packages/vscode-extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"build": "tsup",
5050
"check": "tsc --noEmit",
5151
"ci:package": "vsce package",
52-
"ci:publish": "ovsx publish --skip-duplicate && vsce publish --skip-duplicate",
52+
"ci:publish": "changeset publish && ovsx publish --skip-duplicate && vsce publish --skip-duplicate",
53+
"ci:version": "changeset version && pnpm i --lockfile-only --engine-strict=false",
5354
"ci:update": "tsx scripts/fetch-apis.ts",
5455
"dev": "tsup --watch",
5556
"pretest": "pnpm build",

0 commit comments

Comments
 (0)