mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
fix: add typechecking to build
This commit is contained in:
parent
64b33cb25f
commit
86bb8a340d
|
|
@ -7,7 +7,7 @@
|
|||
"dev": "tsup --watch --onSuccess \"node dist/server.js\"",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"build": "npm run lint && tsup",
|
||||
"build": "tsup && tsc --noEmit",
|
||||
"start": "node --enable-source-maps dist/server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user