Skip to content

Commit

Permalink
Build: fix the node-version rule.
Browse files Browse the repository at this point in the history
Somehow I broke this with the last commit on #1204 and didn't notice.

This re-instates the call to `check-node-version` to inform folks on old nodes that they need to upgrade
  • Loading branch information
blowery committed Dec 18, 2015
1 parent 4896717 commit 3a358d1
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 @@ -57,7 +57,7 @@ run: welcome githooks-commit install build
@$(NODE) build/bundle-$(CALYPSO_ENV).js

node-version:
@NPM_GLOBAL_ROOT=
@NPM_GLOBAL_ROOT=$(shell $(NPM) -g root) $(BIN)/check-node-version

# a helper rule to ensure that a specific module is installed,
# without relying on a generic `npm install` command
Expand Down

0 comments on commit 3a358d1

Please sign in to comment.