plugins: added diff command to all plugins and templates

This commit is contained in:
Patrik Oldsberg
2020-05-08 13:19:09 +02:00
parent c6a4d74cce
commit 8fa65fc519
10 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -6,10 +6,10 @@
"license": "Apache-2.0",
"private": true,
"scripts": {
"build:watch": "backstage-cli plugin:build --watch",
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"diff": "backstage-cli plugin:diff",
"clean": "backstage-cli clean"
},
"dependencies": {