This repository was archived by the owner on Apr 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 "test" : " TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' mocha --require ts-node/register --require source-map-support/register --opts mocha.opts" ,
9696 "cover" : " TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --require ts-node/register --require source-map-support/register --all mocha --opts mocha.opts --timeout 10000" ,
9797 "build" : " parcel build --no-minify --out-file extension.js src/extension.ts" ,
98- "serve" : " parcel serve --no-hmr --out-file extension.js src/extension.ts" ,
98+ "symlink-package" : " mkdirp dist && lnfs ./package.json ./dist/package.json" ,
99+ "serve" : " yarn run symlink-package && parcel serve --no-hmr --out-file extension.js src/extension.ts" ,
99100 "watch:typecheck" : " tsc -p tsconfig.json -w" ,
100101 "watch:build" : " tsc -p tsconfig.dist.json -w" ,
101102 "sourcegraph:prepublish" : " yarn typecheck && yarn test && yarn build"
117118 "@types/sinon" : " ^7.0.8" ,
118119 "eslint" : " ^6.8.0" ,
119120 "husky" : " ^1.3.1" ,
121+ "lnfs-cli" : " ^2.1.0" ,
122+ "mkdirp" : " ^1.0.3" ,
120123 "mocha" : " ^6.0.2" ,
121124 "nyc" : " ^13.3.0" ,
122125 "parcel-bundler" : " ^1.11.0" ,
You can’t perform that action at this time.
0 commit comments