Skip to content

Commit 052eda5

Browse files
committed
add dev script
1 parent 54973fb commit 052eda5

File tree

3 files changed

+349
-8
lines changed

3 files changed

+349
-8
lines changed

dev

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -ex
4+
5+
yarn
6+
env FORCE_COLOR=0 \
7+
yarn run concurrently \
8+
--names serve,build \
9+
--prefix name \
10+
--kill-others \
11+
'yarn run serve | cat' \
12+
'yarn run watch:typecheck'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"dependencies": {
6363
"@sourcegraph/basic-code-intel": "6.0.5",
6464
"@types/ws": "^6.0.1",
65+
"concurrently": "^4.1.0",
6566
"rxjs": "^6.3.3",
6667
"tagged-template-noop": "^2.1.0",
6768
"vscode-jsonrpc": "^4.0.0",

0 commit comments

Comments
 (0)