Remove prestart script

This commit is contained in:
Maciej Pędzich 2024-01-17 21:57:06 +01:00
parent 96fee99db9
commit d9b90f24af

View File

@ -4,7 +4,6 @@
"description": "GitHub bot that automatically verifies PRs with new playlist entries",
"scripts": {
"build": "tsc",
"prestart": "tsc",
"start": "node ./dist/index.js"
},
"repository": {