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