plugins: applied diff for all plugins to enable plugin:serve

This commit is contained in:
Patrik Oldsberg
2020-05-08 17:18:36 +02:00
parent 24cb7a7f9d
commit 198bf2d1a6
18 changed files with 146 additions and 16 deletions
+4 -2
View File
@@ -10,7 +10,8 @@
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"diff": "backstage-cli plugin:diff",
"clean": "backstage-cli clean"
"clean": "backstage-cli clean",
"start": "backstage-cli plugin:serve"
},
"dependencies": {
"@backstage/core": "^0.1.1-alpha.4",
@@ -31,7 +32,8 @@
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/testing-library__jest-dom": "^5.0.4",
"jest-fetch-mock": "^3.0.3"
"jest-fetch-mock": "^3.0.3",
"@backstage/dev-utils": "^0.1.1-alpha.4"
},
"files": [
"dist"