Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,4 @@

set -ex

yarn
env FORCE_COLOR=0 \
yarn run concurrently \
--names serve,build \
--prefix name \
--kill-others \
'yarn run serve --no-cache | cat' \
'yarn run watch:typecheck'
yarn run tsc-watch --onSuccess "yarn run serve" --noClear
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,12 @@
"mkdirp-promise": "^5.0.1",
"parcel-bundler": "^1.11.0",
"sourcegraph": "^23.0.1",
"tsc-watch": "^2.2.1",
"tslint": "^5.18.0",
"typescript": "^3.1.6"
},
"dependencies": {
"@sourcegraph/basic-code-intel": "6.0.18",
"@sourcegraph/basic-code-intel": "7.0.1",
"@sourcegraph/vscode-ws-jsonrpc": "0.0.3-fork",
"prettier": "^1.16.4",
"rxjs": "^6.3.3",
Expand Down
Loading