Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"build-ts": "yarn run config-types && tsc -b .",
"watch-ts": "yarn run config-types && tsc -b . -w",
"build": "yarn run build-ts && parcel build --out-file extension.js src/extension/extension.ts && dot-json dist/extension.map sourceRoot https://sourcegraph.com/github.com/sourcegraph/sourcegraph-typescript@$(git rev-parse HEAD)/-/raw/extension/src/",
"serve-ext": "yarn run symlink-package && yarn run build-ts && parcel serve --no-hmr --out-file dist/extension.js extension/src/extension.ts",
"serve-ext": "yarn run symlink-package && yarn run build-ts && parcel serve --no-hmr --out-file dist/extension.js src/extension/extension.ts",
"symlink-package": "mkdirp dist && lnfs ./package.json ./dist/package.json",
"sourcegraph:prepublish": "yarn run build"
},
Expand Down