🐛 fix tsc missing

This commit is contained in:
Flam3rboy
2021-08-15 00:58:53 +02:00
parent 6cee68c1e3
commit 120cbb4d16
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"test": "jest",
"test:watch": "jest --watch",
"start": "npm run build && node dist/start",
"build": "tsc -b .",
"build": "npx tsc -b .",
"build-docker": "tsc -p tsconfig-docker.json",
"dev": "tsnd --respawn src/start.ts"
},