From b169f7a166c137f5a2af72c03eb31b6ea710741a Mon Sep 17 00:00:00 2001 From: Assayyaad Date: Tue, 3 Sep 2024 19:00:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=D8=A5=D8=B6=D8=A7=D9=81=D8=A9=20=D8=A3?= =?UTF-8?q?=D9=85=D8=B1=20=D9=85=D8=A7=20=D9=82=D8=A8=D9=84=20=D8=A7=D9=84?= =?UTF-8?q?=D8=AA=D8=B9=D9=84=D9=8A=D8=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3151b4a..95a565a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "4.0.0", "description": "A tool to facilitate and accelerate the development of Discord bots", "scripts": { + "prepack": "npm run types && npm run format", "types": "workspace ./workspace.json -c -t", "docs": "workspace ./workspace.json -c -t -d", "format": "prettier . --write --ignore-path .gitignore", @@ -26,10 +27,7 @@ "*.md" ], "homepage": "https://disqada.github.io/HalfBot", - "repository": { - "type": "git", - "url": "https://github.com/DisQada/HalfBot.git" - }, + "repository": "github:DisQada/HalfBot", "bugs": { "url": "https://github.com/DisQada/HalfBot/issues" },