From 71b8b5d9f9bf73c8bb69deb0de4cb1cd84af76a9 Mon Sep 17 00:00:00 2001 From: Niklas Amundsson Date: Fri, 31 May 2024 21:56:48 +0200 Subject: [PATCH] fix package json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d29f5c8..aa8ba00 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "clean": "rm -rf build", "build": "tsc --build", "register": "npx ts-node src/register-commands.ts", - "start": "yarn clean && yarn build && yarn register && yarn run", - "startNoClean": "yarn build && yarn run", + "start": "yarn clean && yarn build && yarn register && yarn runBot", + "startNoClean": "yarn build && yarn runBot", "dockerBuild": "npm run clean && npm run build && yarn run register", - "run": "node build/index.js" + "runBot": "node build/index.js" }, "keywords": [], "author": "",