We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9f90c commit a4f3749Copy full SHA for a4f3749
package.json
@@ -20,7 +20,7 @@
20
"test:all": "backstage-cli repo test --coverage",
21
"test:e2e": "playwright test",
22
"fix": "backstage-cli repo fix",
23
- "lint": "backstage-cli repo lint --since origin/master",
+ "lint": "backstage-cli repo lint --since origin/main",
24
"lint:all": "backstage-cli repo lint",
25
"prettier:check": "prettier --check .",
26
"new": "backstage-cli new --scope internal"
0 commit comments