build: add ts build script
This commit is contained in:
parent
1204b5b1a6
commit
74d6b7edc5
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app",
|
"start": "node app",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
|
"build": "tsc",
|
||||||
"types": "tsc --noEmit --incremental",
|
"types": "tsc --noEmit --incremental",
|
||||||
"verify": "yarn -s lint && yarn types"
|
"verify": "yarn -s lint && yarn types"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue