Skip to content

Commit

Permalink
fix: make 'pnpm -F cursorless-vscode install-local' work again (#2617)
Browse files Browse the repository at this point in the history
This could probably use a test as well, but just putting this up as is
for now as many running this stand-alone isn't actually
intended/expected.

Fixes #2616 

## 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
  • Loading branch information
fidgetingbits authored Aug 1, 2024
1 parent 6d6addc commit ee75678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cursorless-vscode/scripts/install-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -euo pipefail
# 1. Build local cursorless, using special extension id to break update chain
pnpm esbuild:prod
pnpm -F cheatsheet-local build:prod
pnpm -F cursorless-vscode-tutorial-webview build
pnpm populate-dist --local-install

# 2. Bundle the extension
Expand Down

0 comments on commit ee75678

Please sign in to comment.