Add clean script to plugins/lighthouse
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"build:watch": "backstage-cli plugin:build --watch",
|
||||
"build": "backstage-cli plugin:build",
|
||||
"lint": "backstage-cli lint",
|
||||
"test": "backstage-cli test"
|
||||
"test": "backstage-cli test",
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-markdown": "^4.3.1",
|
||||
|
||||
Reference in New Issue
Block a user