From 87d1c6c00c1705a0de44302bd23befc0c1ab0132 Mon Sep 17 00:00:00 2001 From: Gigabyte0x1337 <16334203+Gigabyte0x1337@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:33:54 +0200 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 247c2dc..b2912b1 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "yargs": "^17.7.2" }, "scripts": { - "postinstall": "patch-package" + "postinstall": "patch-package", + "start": "node main.js" } }