We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f19a3 commit 9546d32Copy full SHA for 9546d32
.travis.yml
@@ -18,6 +18,7 @@ before_script:
18
- npm prune
19
script:
20
- npm run test
21
+ - npm run build
22
after_success:
23
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
24
- python travis_after_all.py
package.json
@@ -4,7 +4,8 @@
4
"description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
5
"files": [
6
"es",
7
- "lib"
+ "lib",
8
+ "README.md"
9
],
10
"main": "lib/index.js",
11
"jsnext:main": "es/index.js",
@@ -71,6 +72,9 @@
71
72
"config": {
73
"commitizen": {
74
"path": "./node_modules/cz-conventional-changelog"
75
+ },
76
+ "ghooks": {
77
+ "pre-commit": "npm run test"
78
}
79
80
0 commit comments