package: run test and lint without stream or parallel

This commit is contained in:
Patrik Oldsberg
2020-03-09 09:56:45 +01:00
parent ebf20c38ba
commit e61dd46ceb
+2 -2
View File
@@ -4,9 +4,9 @@
"scripts": {
"start": "yarn build && yarn workspace @spotify-backstage/app start",
"build": "lerna run build",
"test": "cross-env CI=true lerna run test --stream --parallel -- --coverage",
"test": "cross-env CI=true lerna run test -- --coverage",
"create-plugin": "backstage-cli create-plugin",
"lint": "lerna run lint --stream"
"lint": "lerna run lint"
},
"workspaces": {
"packages": [