Updated scripts
This commit is contained in:
@@ -19,8 +19,9 @@
|
||||
"dev:ts": "nodemon --config nodemon.json src/index.ts",
|
||||
"dev:js": "nodemon --config nodemon-js.json dist/index.js",
|
||||
"format": "dprint fmt \"**/*.ts\"",
|
||||
"check": "tsc --noEmit",
|
||||
"lint": "eslint",
|
||||
"check": "yarn tscheck && yarn lint",
|
||||
"tscheck": "tsc && echo \"TypeScript check passed!\"",
|
||||
"lint": "eslint && echo \"Linting passed!\"",
|
||||
"lint:fix": "eslint --fix",
|
||||
"push:prod": "tsx scripts/deploy-commands.ts",
|
||||
"push:dev": "tsx scripts/dev-deploy.ts",
|
||||
|
||||
Reference in New Issue
Block a user