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
@@ -27,8 +27,8 @@
"scripts": {
"start": "cross-env EXTEND_ESLINT=true SKIP_PREFLIGHT_CHECK=true backstage-cli watch-deps -- react-scripts start",
"build": "cross-env EXTEND_ESLINT=true SKIP_PREFLIGHT_CHECK=true react-scripts build",
"test": "backstage-cli app:test",
"lint": "backstage-cli app:lint"
"test": "backstage-cli test",
"lint": "backstage-cli lint"
},
"browserslist": {
"production": [