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", "version": "2.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node out/index.js", "start": "node out/index.js"
"tsc": "npx tsc"
}, },
"dependencies": { "dependencies": {
"dotenv": "^16.0.3", "dotenv": "^16.0.3",

Loading…
Cancel
Save