Update package.json

This commit is contained in:
Sero
2023-09-12 12:30:22 -04:00
committed by Alec LaLonde
parent d7bc9feae8
commit ff414e5e58

View File

@@ -9,7 +9,7 @@
"main": "dist/index.js",
"scripts": {
"start": "node --trace-warnings dist/index.js",
"build": "tsc -b",
"build": "yarn generate && tsc -b",
"dev": "tsc --build && concurrently 'tsc --watch --preserveWatchOutput' nodemon",
"typecheck": "tsc --noEmit --pretty",
"precommit": "yarn typecheck",