mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
build: add typecheck script
This commit is contained in:
committed by
James Long
parent
11ba63d086
commit
9cc4ffaf33
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user