plugins/graphiql: added plugin serve

This commit is contained in:
Patrik Oldsberg
2020-04-23 11:48:25 +02:00
parent 9b0d1f5e7b
commit a2491cb378
2 changed files with 56 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@
"private": true,
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"clean": "backstage-cli clean"
@@ -19,6 +20,7 @@
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/testing-library__jest-dom": "5.0.2",
"react-router-dom": "^5.1.2",
"jest-fetch-mock": "^3.0.3"
},
"dependencies": {