Skip to content

Commit

Permalink
Add ghooks to lint on push
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill committed Aug 4, 2016
1 parent d71d8d1 commit a16d710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -46,6 +46,7 @@
"css": "^2.2.0",
"es5-shim": "^4.1.3",
"es6-shim": "^0.35.1",
"ghooks": "^1.3.2",
"gkatsev-grunt-sass": "^1.1.1",
"grunt": "^0.4.4",
"grunt-aws-s3": "^0.12.1",
Expand Down Expand Up @@ -103,5 +104,10 @@
"**/test/coverage/**",
"**/test/karma.conf.js"
]
},
"config": {
"ghooks": {
"pre-push": "npm run lint"
}
}
}

0 comments on commit a16d710

Please sign in to comment.