cli: unify test and lint commands

This commit is contained in:
Patrik Oldsberg
2020-03-18 17:42:40 +01:00
parent 6bcdfebfaa
commit 89f39a06e1
10 changed files with 22 additions and 84 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
},
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli plugin:lint",
"test": "backstage-cli plugin:test"
"lint": "backstage-cli lint",
"test": "backstage-cli test"
},
"license": "Apache-2.0"
}
+2 -2
View File
@@ -7,8 +7,8 @@
"private": false,
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli plugin:lint",
"test": "backstage-cli plugin:test"
"lint": "backstage-cli lint",
"test": "backstage-cli test"
},
"devDependencies": {
"@spotify-backstage/core": "^0.1.0",