File tree Expand file tree Collapse file tree 2 files changed +336
-4
lines changed Expand file tree Collapse file tree 2 files changed +336
-4
lines changed Original file line number Diff line number Diff line change 6060 "tslint" : " tslint -p tsconfig.json './src/**/*.ts'" ,
6161 "typecheck" : " tsc -p tsconfig.json" ,
6262 "build" : " parcel build --out-file dist/sourcegraph-python.js src/sourcegraph-python.ts" ,
63+ "symlink-package" : " mkdirp dist && lnfs ./package.json ./dist/package.json" ,
6364 "serve" : " parcel serve --no-hmr --out-file sourcegraph-python.js src/sourcegraph-python.ts" ,
6465 "watch:typecheck" : " tsc -p tsconfig.json -w" ,
6566 "watch:build" : " tsc -p tsconfig.dist.json -w" ,
7475 "devDependencies" : {
7576 "@sourcegraph/tsconfig" : " ^3.0.0" ,
7677 "@sourcegraph/tslint-config" : " ^12.0.0" ,
78+ "@types/mkdirp-promise" : " ^5.0.0" ,
79+ "lnfs-cli" : " ^2.1.0" ,
80+ "mkdirp-promise" : " ^5.0.1" ,
7781 "parcel-bundler" : " ^1.10.3" ,
7882 "prettier" : " ^1.14.3" ,
7983 "sourcegraph" : " ^19.4.0" ,
You can’t perform that action at this time.
0 commit comments