From f8d7152b2983eaf983487e4be0ac096ea8a58d03 Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 3 Oct 2024 18:20:54 +0200 Subject: [PATCH 1/2] docs: update yarn commands and typos Signed-off-by: Jacob --- CONTRIBUTING.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1a0283f09..1f91cfff64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,13 +135,14 @@ yarn build:backend # Build the backend package, depends on tsc yarn build:all # Build published versions of packages, depends on tsc yarn build:api-reports # Build API Reports used for documentation -yarn lint # lint packages that have changed since later commit on origin/master -yarn lint:all # lint all packages -yarn lint:docs # lint all the Markdown files -yarn lint:type-deps # verify that @types/* dependencies are placed correctly in packages +yarn lint # Lint packages that have changed since later commit on origin/master +yarn lint:all # Lint all packages +yarn lint:docs # Lint all the Markdown files +yarn lint:type-deps # Verify that @types/* dependencies are placed correctly in packages -yarn test # test packages that have changed since later commit on origin/master -yarn test:all # test all packages +yarn test # Test packages that have changed since later commit on origin/master +yarn test --watchAll=false # Test packages and include unchanged ones +yarn test:all # Test all packages yarn clean # Remove all output folders and @backstage/cli cache From 3371d2023135da1d50ac4c1a77cfe1eb58cac5f4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 23 Oct 2024 11:06:23 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md Signed-off-by: Patrik Oldsberg --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f91cfff64..58f894447b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -141,7 +141,7 @@ yarn lint:docs # Lint all the Markdown files yarn lint:type-deps # Verify that @types/* dependencies are placed correctly in packages yarn test # Test packages that have changed since later commit on origin/master -yarn test --watchAll=false # Test packages and include unchanged ones +yarn test --no-watch # Test packages and include unchanged ones yarn test:all # Test all packages yarn clean # Remove all output folders and @backstage/cli cache