Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGuy12 authored and github-actions[bot] committed Aug 3, 2023
1 parent fa3dda1 commit db51205
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit db51205

Please sign in to comment.