We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a16d83 commit ce4e8e1Copy full SHA for ce4e8e1
2 files changed
packages/eui-theme-borealis/package.json
@@ -10,7 +10,8 @@
10
"lint": "yarn tsc --noEmit && yarn lint-es && yarn lint-sass",
11
"lint-es": "eslint --cache src/**/*.ts --max-warnings 0",
12
"lint-sass": "yarn stylelint \"**/*.scss\" --quiet-deprecation-warnings",
13
- "test": "jest"
+ "test": "jest",
14
+ "pre-push": "yarn build:workspaces && yarn lint && yarn test"
15
},
16
"repository": {
17
"type": "git",
packages/eui-theme-common/package.json
@@ -13,7 +13,8 @@
+ "pre-push": "yarn lint && yarn test"
18
19
20
0 commit comments