Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
test(app): run test pre-hook
Browse files Browse the repository at this point in the history
on git commit run test:single via ghooks
  • Loading branch information
ifahrentholz committed Jan 19, 2016
1 parent 8669f32 commit c186c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run test"
"pre-commit": "npm run test:single"
}
}
}

0 comments on commit c186c3e

Please sign in to comment.