Add a prestart script

This commit is contained in:
Maciej Pędzich 2024-01-17 19:59:28 +01:00
parent e53f948c20
commit 96fee99db9

View File

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