Updated scripts

This commit is contained in:
2024-09-09 22:12:18 +02:00
parent d8dd8f4e70
commit 0c2ce02502

View File

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