create-app: remove root diff command

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-04 14:42:30 +02:00
parent 548053614a
commit 6ff94d60d5
2 changed files with 11 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/create-app': patch
---
Removed usage of the deprecated `diff` command in the root `package.json`.
To make this change in an existing app, make the following change in the root `package.json`:
```diff
- "diff": "lerna run diff --",
```
@@ -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",