From 96fee99db950d007c2e1f2509113b88072a0607a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Wed, 17 Jan 2024 19:59:28 +0100 Subject: [PATCH] Add a prestart script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7a87859..aee7cba 100644 --- a/package.json +++ b/package.json @@ -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": {