1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 18:44:20 +03:00

Update package.json

This commit is contained in:
Eugene Pankov 2021-12-06 18:35:33 +01:00
parent 2ca93fdb98
commit 5bc13965e1
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -93,7 +93,7 @@
"prod": "cross-env TABBY_DEV=1 electron app",
"docs": "typedoc --out docs/api --tsconfig tabby-core/tsconfig.typings.json tabby-core/src/index.ts && typedoc --out docs/api/terminal --tsconfig tabby-terminal/tsconfig.typings.json tabby-terminal/src/index.ts && typedoc --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",
"lint": "eslint --ext ts */src */lib",
"postinstall": "patch-package; node ./scripts/install-deps.js"
"postinstall": "patch-package && node ./scripts/install-deps.js"
},
"private": true
}