create-app: remove root diff command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user