Skip to content

Commit

Permalink
Merge pull request #504 from Automattic/add/force-precommit-on-run
Browse files Browse the repository at this point in the history
Build: Install pre-commit githook on `make run`
  • Loading branch information
ehg committed Nov 23, 2015
2 parents 01b1201 + 5bafcd4 commit 582a0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export NODE_PATH := server:shared:$(THIS_DIR)
install: node_modules

# Simply running `make run` will spawn the Node.js server instance.
run: install build
run: githooks-commit install build
@$(NODE) build/bundle-$(CALYPSO_ENV).js

# a helper rule to ensure that a specific module is installed,
Expand Down

0 comments on commit 582a0fa

Please sign in to comment.