Merge pull request #13518 from backstage/rugvip/nodiff

cli: deprecate plugin:diff command
This commit is contained in:
Patrik Oldsberg
2022-09-05 10:30:33 +02:00
committed by GitHub
63 changed files with 21 additions and 76 deletions
@@ -14,7 +14,6 @@
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli repo clean",
"diff": "lerna run diff --",
"test": "backstage-cli test",
"test:all": "lerna run test -- --coverage",
"lint": "backstage-cli repo lint --since origin/master",