Skip to content

Commit

Permalink
buildLocal: add local build script
Browse files Browse the repository at this point in the history
  • Loading branch information
phillco committed Jul 15, 2023
1 parent 24a304b commit 210aa66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildLocal
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -ex

cd packages/cursorless-vscode || exit 1

npm run install-local

0 comments on commit 210aa66

Please sign in to comment.