Skip to content

Commit

Permalink
adds missing scripts to README
Browse files Browse the repository at this point in the history
  • Loading branch information
timvancleef committed Jun 3, 2022
1 parent dbed1dd commit 4f67497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions expensereport-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Kata for Coding Dojos.
- when using `nvm`: run `nvm install`
- install dependencies: `npm install`
- run tests: `npm test` or `make test`
- run tests in watch mode: `npm run test:watch`
- reformat code with Prettier: `npm run prettier`

0 comments on commit 4f67497

Please sign in to comment.