Skip to content

Commit

Permalink
docs(README): Remove unnecessary quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt-von-Laven committed Oct 2, 2023
1 parent b697039 commit 0e89a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ MegaLinter.

### `yarn-build`

Run the `"build"` script in `package.json` via
Run the `build` script in `package.json` via
[`yarn run build`](https://yarnpkg.com/cli/run).

### `yarn-test`

Run the `"test"` script in `package.json` via
Run the `test` script in `package.json` via
[`yarn run test --passWithNoTests --findRelatedTests`](https://yarnpkg.com/cli/run).
Useful for running
[Jest tests that check the modified files](https://jestjs.io/docs/cli#--findrelatedtests-spaceseparatedlistofsourcefiles),
Expand Down

0 comments on commit 0e89a3d

Please sign in to comment.