Skip to content

Commit e330cca

Browse files
authored
Fix deploy (#1339)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent ea7fc63 commit e330cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
with:
2323
node-version: 16
2424
cache: pnpm
25-
- run: pnpm install
26-
- run: pnpm compile
27-
- run: pnpm build
25+
- run: pnpm --color install
26+
- run: pnpm --color compile
27+
- run: pnpm --color --filter '!cursorless-org' --filter '!cursorless-org-*' build
2828
env:
2929
CURSORLESS_DEPLOY: true
3030
- name: Publish to Open VSX Registry

0 commit comments

Comments
 (0)