Skip to content

Commit

Permalink
Changing git hooks due to change in package file.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngeorgewright committed Oct 31, 2013
1 parent e0129b0 commit b05f157
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions git-hooks/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ changed=`git diff --cached --name-only | grep angular-xml.js`

if [ $changed ]
then
command npm run-script jshint
command npm run-script karma
command npm run-script compile
command npm test
command npm run compile
git add angular-xml.min.js
fi

0 comments on commit b05f157

Please sign in to comment.