From 3f0db97a682ae0d5ebb06622f5c77461eb8a131d Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 4 Aug 2021 20:53:42 +0200 Subject: [PATCH] finally fixed docs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2661c0e9..ddadc869 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "start": "cross-env TABBY_DEV=1 electron app --debug --inspect", "start:prod": "electron app --debug", "prod": "cross-env TABBY_DEV=1 electron app", - "docs": "typedoc --emit --out docs/api --tsconfig tabby-core/src/tsconfig.typings.json tabby-core/src/index.ts && typedoc --emit --out docs/api/terminal --tsconfig tabby-terminal/tsconfig.typings.json tabby-terminal/src/index.ts && typedoc --emit --out docs/api/local --tsconfig tabby-local/tsconfig.typings.json tabby-local/src/index.ts && typedoc --out docs/api/settings --tsconfig tabby-settings/tsconfig.typings.json tabby-settings/src/index.ts", + "docs": "typedoc --emit --out docs/api --tsconfig tabby-core/src/tsconfig.typings.json tabby-core/src/index.ts && typedoc --emit --out docs/api/terminal --tsconfig tabby-terminal/tsconfig.typings.json tabby-terminal/src/index.ts && typedoc --emit --out docs/api/local --tsconfig tabby-local/tsconfig.typings.json tabby-local/src/index.ts && typedoc --emit --out docs/api/settings --tsconfig tabby-settings/tsconfig.typings.json tabby-settings/src/index.ts", "lint": "eslint --ext ts */src */lib", "postinstall": "node ./scripts/install-deps.js", "patch": "patch-package; cd web; patch-package"