Update docs/tooling/cli/02-build-system.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Gasan <465806+gusega@users.noreply.github.com>
This commit is contained in:
Gasan
2025-01-28 16:15:46 +01:00
committed by GitHub
parent 87f2f3862c
commit 7e61019465
+1 -1
View File
@@ -622,7 +622,7 @@ With that in mind, here are some IDEs configurations to run backstage components
```jsonc
{
"jest.jestCommandLine": "node_modules/.bin/backstage-cli --config node_modules/@backstage/cli/config/jest.js",
"jest.jestCommandLine": "yarn test",
// In a large repo like the Backstage main repo you likely want to disable
// watch mode and the initial test run too, leaving just manual and perhaps
// on-save test runs in place.