This commit is contained in:
Flam3rboy
2021-08-18 16:10:11 +02:00
parent e8c22efda7
commit 67dfaa3644
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"test": "jest",
"test:watch": "jest --watch",
"start": "npm run build && node dist/start",
"build": "npx typescript -b .",
"build": "npx tsc -b .",
"build-docker": "tsc -p tsconfig-docker.json",
"dev": "tsnd --respawn src/start.ts"
},