From db512054c5c6738f6a864681bfea6da4f48ae475 Mon Sep 17 00:00:00 2001 From: RedGuy12 Date: Thu, 3 Aug 2023 13:41:21 +0000 Subject: [PATCH] Format --- .github/CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 54d7a0aeb..4a681bd10 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -38,10 +38,6 @@ Please: Scradd has a couple dev commands to streamline your coding. -`npm run build`: One time build -`npm run start`: Run the bot -`npm run dev`: Build and watch -`npm run serve`: Run the bot and restart on each successful build -`npm run format`: Format code (please run this before pushing) +`npm run build`: One time build `npm run start`: Run the bot `npm run dev`: Build and watch `npm run serve`: Run the bot and restart on each successful build `npm run format`: Format code (please run this before pushing) In my opinion, it's easiest to do `npm run serve & npm run dev`, in which case you hardly ever need to touch the terminal. But you are free to pick any combination of commands to build and run your code.