Skip to content

Commit a4f3749

Browse files
committed
Fix root lint command
1 parent cd9f90c commit a4f3749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:all": "backstage-cli repo test --coverage",
2121
"test:e2e": "playwright test",
2222
"fix": "backstage-cli repo fix",
23-
"lint": "backstage-cli repo lint --since origin/master",
23+
"lint": "backstage-cli repo lint --since origin/main",
2424
"lint:all": "backstage-cli repo lint",
2525
"prettier:check": "prettier --check .",
2626
"new": "backstage-cli new --scope internal"

0 commit comments

Comments
 (0)