Skip to content

Commit 281fb79

Browse files
authored
lnfs package.json (#8)
1 parent 9ed9bfc commit 281fb79

File tree

2 files changed

+336
-4
lines changed

2 files changed

+336
-4
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
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",
@@ -74,6 +75,9 @@
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",

0 commit comments

Comments
 (0)