mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Update package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user