From 1d9248f2b079a5964e554ba8ef1bb858ee2942c6 Mon Sep 17 00:00:00 2001 From: maxjackson2 Date: Wed, 25 Oct 2023 10:27:42 -0700 Subject: [PATCH] AutoCommit: Bump Repository (Update Repository Files) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 077423a..a21b740 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,12 @@ "build": "tsc", "watch": "tsc --watch", "build-watch": "npm run build & npm run watch", - "start": "node bin/index.js" + "start": "node bin/index.js", + "publish": "npm run build" }, "repository": { "type": "git", - "url": "https://github.com/redactDev/Redactcord" + "url": "git+https://github.com/redactDev/Redactcord.git" }, "keywords": [], "author": "Redact Team",