Discord Bot MVP

This commit is contained in:
Hammad Jutt
2021-01-29 22:53:28 -07:00
committed by Alec LaLonde
parent 0d11de2543
commit 5cda2f6508

View File

@@ -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": "",