Skip to content

Commit 210aa66

Browse files
committed
buildLocal: add local build script
1 parent 24a304b commit 210aa66

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

buildLocal

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
set -ex
4+
5+
cd packages/cursorless-vscode || exit 1
6+
7+
npm run install-local

0 commit comments

Comments
 (0)