use link: rather than file: for local dependencies

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-05 12:44:58 +01:00
parent bbd59ed355
commit 22f4ecb0e6
6 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
"@types/node": "^14.14.32",
"@types/serve-handler": "^6.1.0",
"@types/webpack-env": "^1.15.3",
"techdocs-cli-embedded-app": "file:../techdocs-cli-embedded-app",
"techdocs-cli-embedded-app": "link:../techdocs-cli-embedded-app",
"find-process": "^1.4.5",
"nodemon": "^2.0.2",
"ts-node": "^10.0.0"