mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-02 03:00:32 -04:00
Discord Bot MVP
This commit is contained in:
committed by
Alec LaLonde
parent
0d11de2543
commit
5cda2f6508
@@ -7,11 +7,12 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"start": "node ./dist/index.js",
|
||||
"build": "tsc -b",
|
||||
"build": "yarn generate && 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