From 0e89a3d78fe4d48817fe964f4b3c8cb09e6094c0 Mon Sep 17 00:00:00 2001 From: Kurt von Laven Date: Fri, 29 Sep 2023 21:23:02 -0700 Subject: [PATCH] docs(README): Remove unnecessary quotation marks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d8ac92..ddd27ca 100644 --- a/README.md +++ b/README.md @@ -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),