Skip to content

Commit afa8e70

Browse files
committed
build: run package in actions
1 parent cae16c1 commit afa8e70

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- run: pnpm lint
3838
- run: pnpm check
3939
- run: xvfb-run -a pnpm test
40+
- run: pnpm ci:package
4041
- run: |
4142
git config --global user.name "googleworkspace-bot"
4243
git config --global user.email "[email protected]"

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
if: runner.os == 'Linux'
3535
- run: pnpm test
3636
if: runner.os != 'Linux'
37+
- run: pnpm ci:package

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"scripts": {
5858
"ci:release": "changeset publish && pnpm ci:publish",
5959
"ci:version": "changeset version && pnpm install --lockfile-only --engine-strict=false",
60+
"ci:package": "vsce package --no-dependencies",
6061
"ci:publish": "vsce publish --no-dependencies",
6162
"vscode:prepublish": "pnpm build",
6263
"build": "tsup",

0 commit comments

Comments
 (0)