build: add typecheck script
This commit is contained in:
parent
11ba63d086
commit
9cc4ffaf33
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node app",
|
||||
"lint": "eslint ."
|
||||
"lint": "eslint .",
|
||||
"types": "tsc --noEmit --incremental",
|
||||
"verify": "yarn -s lint && yarn types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actual-app/api": "^4.0.1",
|
||||
|
|
Loading…
Reference in a new issue