Skip to content

Commit

Permalink
DX: add pnpm -C vscode run release:dry-run to the CI build check (#…
Browse files Browse the repository at this point in the history
…2661)

- Adds vscode release dry-run command to the CI build check to ensure it
always succeeds on main.
  • Loading branch information
valerybugakov authored Jan 10, 2024
1 parent 2395832 commit cce10af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
- run: pnpm install
- run: pnpm run build
- run: pnpm -C vscode run build
- run: CODY_RELEASE_TYPE=stable pnpm -C vscode run release:dry-run

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cce10af

Please sign in to comment.