Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 880e0ab

Browse files
committed
disable flow on travis :/, add pre push hook
1 parent f33afce commit 880e0ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ script:
77
- ./node_modules/.bin/lerna bootstrap --hoist
88
- npm run build
99
- npm run lint
10-
- npm run flow

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
},
4848
"husky": {
4949
"hooks": {
50-
"pre-commit": "yarn format && yarn lint"
50+
"pre-commit": "npm run format",
51+
"pre-push": "npm run lint && npm test && npm run flow"
5152
}
5253
},
5354
"dependencies": {}

0 commit comments

Comments
 (0)