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 54973fb commit 052eda5Copy full SHA for 052eda5
dev
@@ -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
@@ -62,6 +62,7 @@
62
"dependencies": {
63
"@sourcegraph/basic-code-intel": "6.0.5",
64
"@types/ws": "^6.0.1",
65
+ "concurrently": "^4.1.0",
66
"rxjs": "^6.3.3",
67
"tagged-template-noop": "^2.1.0",
68
"vscode-jsonrpc": "^4.0.0",
0 commit comments