We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7fc63 commit e330ccaCopy full SHA for e330cca
.github/workflows/deploy.yaml
@@ -22,9 +22,9 @@ jobs:
22
with:
23
node-version: 16
24
cache: pnpm
25
- - run: pnpm install
26
- - run: pnpm compile
27
- - run: pnpm build
+ - run: pnpm --color install
+ - run: pnpm --color compile
+ - run: pnpm --color --filter '!cursorless-org' --filter '!cursorless-org-*' build
28
env:
29
CURSORLESS_DEPLOY: true
30
- name: Publish to Open VSX Registry
0 commit comments