diff --git a/Makefile b/Makefile index dcc53fcc5be84..a3cdf15c27ed0 100644 --- a/Makefile +++ b/Makefile @@ -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,