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

Commit

Permalink
fix(build): do not bower install in github hook script
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Apr 10, 2015
1 parent 8595f1c commit 859ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cd "$(dirname "$0")"
#
# See: https://github.com/Coreh/hookshot
#
hookshot -p 9010 "git fetch && git reset --hard origin/master && npm install && bower install && rm -rf dist/ && gulp docs --release"
hookshot -p 9010 "git fetch && git reset --hard origin/master && npm install && rm -rf dist/ && gulp docs --release"

0 comments on commit 859ecb5

Please sign in to comment.