mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 08:57:21 +00:00
Update package.json
This commit is contained in:
parent
ae0d33f026
commit
f4b0e4cb52
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
"build:typings": "node scripts/build-typings.js",
|
||||
"watch": "cross-env TERMINUS_DEV=1 webpack --progress --color --watch",
|
||||
"start": "cross-env TERMINUS_DEV=1 electron app --debug",
|
||||
"start:prod": "electron app --debug",
|
||||
"prod": "cross-env TERMINUS_DEV=1 electron app",
|
||||
"docs": "typedoc --out docs/api terminus-core/src && typedoc --out docs/api/terminal --tsconfig terminus-terminal/tsconfig.typings.json terminus-terminal/src && typedoc --out docs/api/settings --tsconfig terminus-settings/tsconfig.typings.json terminus-settings/src",
|
||||
"lint": "eslint --ext ts */src */lib",
|
||||
|
|
Loading…
Reference in a new issue