Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 13f3a18

Browse files
authored
lnfs package.json (#42)
1 parent 7a1a6a1 commit 13f3a18

File tree

2 files changed

+337
-12
lines changed

2 files changed

+337
-12
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"tslint": "tslint -p tsconfig.json './src/**/*.ts'",
9393
"typecheck": "tsc -p tsconfig.json",
9494
"build": "parcel build --out-file dist/lang-go.js src/lang-go.ts",
95+
"symlink-package": "mkdirp dist && lnfs ./package.json ./dist/package.json",
9596
"serve": "parcel serve --no-hmr --out-file dist/lang-go.js src/lang-go.ts",
9697
"watch:typecheck": "tsc -p tsconfig.json -w",
9798
"watch:build": "tsc -p tsconfig.dist.json -w",
@@ -109,7 +110,10 @@
109110
"@sourcegraph/prettierrc": "^2.2.0",
110111
"@sourcegraph/tsconfig": "^4.0.0",
111112
"@sourcegraph/tslint-config": "^12.3.1",
113+
"@types/mkdirp-promise": "^5.0.0",
112114
"concurrently": "^4.1.0",
115+
"lnfs-cli": "^2.1.0",
116+
"mkdirp-promise": "^5.0.1",
113117
"parcel-bundler": "^1.11.0",
114118
"sourcegraph": "^23.0.0",
115119
"tslint": "^5.11.0",

0 commit comments

Comments
 (0)