Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
docs(contributing): note build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 3, 2023
1 parent 8211973 commit 9d393de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Make a copy of `.env.template` in the root directory and rename it to `.env`, co

After cloning the repository and installing all the dependencies, there are several commands available for local development:

- `npm run build` - Runs esbuild to compile code into dist directory
- `npm run lint` - Lints everything in src directory
- `npm run jest` - Runs Jest over all tests in src directory
- `npm test` - Runs `npm run lint` and `npm run jest` together
Expand Down

0 comments on commit 9d393de

Please sign in to comment.