Updated script

This commit is contained in:
2024-10-01 19:36:36 +02:00
parent f0be3655a7
commit e5628451e0

View File

@@ -19,7 +19,7 @@
"dev:ts": "nodemon --config .nodemon/ts.json src/index.ts",
"dev:ts:inspect": "nodemon --config .nodemon/debug.json src/index.ts",
"dev:js": "nodemon --config .nodemon/js.json dist/index.js",
"format": "dprint fmt \"**/*.ts\"",
"fmt": "dprint fmt \"**/*.ts\"",
"check": "pnpm tscheck && pnpm lint",
"tscheck": "tsc && echo \"TypeScript check passed!\"",
"lint": "eslint && echo \"Linting passed!\"",