Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit e12870f

Browse files
authored
fix package.json serve-ext (#289)
1 parent 0be676a commit e12870f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"build-ts": "yarn run config-types && tsc -b .",
176176
"watch-ts": "yarn run config-types && tsc -b . -w",
177177
"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/",
178-
"serve-ext": "yarn run symlink-package && yarn run build-ts && parcel serve --no-hmr --out-file dist/extension.js extension/src/extension.ts",
178+
"serve-ext": "yarn run symlink-package && yarn run build-ts && parcel serve --no-hmr --out-file dist/extension.js src/extension/extension.ts",
179179
"symlink-package": "mkdirp dist && lnfs ./package.json ./dist/package.json",
180180
"sourcegraph:prepublish": "yarn run build"
181181
},

0 commit comments

Comments
 (0)