Use tsc instead of ts I guess..?

pull/99/head
tycrek 3 years ago
parent 5737c75548
commit 7672a1653a
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -9,7 +9,7 @@
},
"scripts": {
"dev": "npm run build && npm start",
"build": "ts",
"build": "tsc",
"start": "node dist/ass.js",
"setup": "node dist/setup.js",
"metrics": "node dist/metrics.js",

Loading…
Cancel
Save