package: only lint changes since master

This commit is contained in:
Patrik Oldsberg
2020-03-27 14:56:15 +01:00
parent e2014836b5
commit b87a760dd5
+1 -1
View File
@@ -11,7 +11,7 @@
"test": "cross-env CI=true lerna run test --since origin/master -- --coverage",
"create-plugin": "backstage-cli create-plugin",
"release": "if [ \"$(git symbolic-ref --short HEAD)\" = master ]; then echo \"don't try to release master\"; exit 1; else lerna version --no-push; fi",
"lint": "lerna run lint",
"lint": "cross-env CI=true lerna run lint --since origin/master --",
"storybook": "yarn workspace storybook start"
},
"workspaces": {