Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Jul 13, 2024
1 parent fee92a4 commit 83dc4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/npm-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Scripts can be executed by running `npm run <name>`.
Runs most of the tests that are used more frequently in the typical development process.

- `test:static-analysis`
Runs all of the static analysis tests.
Runs all of the static analysis tests (excluding JSON).

- `test:js`
Runs [eslint](https://eslint.org/) on all of the JavaScript and TypeScript files in the project.
Expand Down

0 comments on commit 83dc4bf

Please sign in to comment.