streamline build

This commit is contained in:
Darius
2025-11-18 23:42:44 +01:00
parent 55f4e90fea
commit b4d3f918c9
2 changed files with 12 additions and 11 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts"
},