Skip to content

Commit

Permalink
fix: try telling circle to skip .git/hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton authored and marcysutton committed Aug 18, 2017
1 parent 1107783 commit 674408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/postinstall.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

if [ -d ".git" ]; then
if [ -d ".git/hooks" ]; then
if [ ! -f ".git/hooks/commit-msg" ]; then
echo "Installing pre-commit hook"
cd .git/hooks/ && cp ../../node_modules/angular-precommit/index.js commit-msg && cd ../../
Expand Down

0 comments on commit 674408f

Please sign in to comment.