mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Fix type errors
This commit is contained in:
@@ -6,12 +6,11 @@
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"start": "node ./dist/index.js",
|
||||
"build": "yarn generate && tsc -b",
|
||||
"build": "tsc -b",
|
||||
"dev": "concurrently \"yarn dev-ts\" \"yarn generate --watch\"",
|
||||
"dev-ts": "ts-node-dev --exit-child --respawn -- src/index.ts",
|
||||
"typecheck": "yarn build",
|
||||
"precommit": "yarn lint-staged",
|
||||
"generate": "graphql-codegen --config=codegen.yml",
|
||||
"lintfix": "eslint --fix"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user