removed tsc command

main
Benjamin Kraft 2 years ago
parent df20d7b594
commit 10025d2e93
  1. 3
      server/package.json

@ -3,8 +3,7 @@
"version": "2.0",
"private": true,
"scripts": {
"start": "node out/index.js",
"tsc": "npx tsc"
"start": "node out/index.js"
},
"dependencies": {
"dotenv": "^16.0.3",

Loading…
Cancel
Save