Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Signed-off-by: RedGuy12 <paul@reid-family.org>
  • Loading branch information
cobaltt7 committed Aug 3, 2023
1 parent db51205 commit c8692cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ 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.

0 comments on commit c8692cd

Please sign in to comment.