Skip to content

Commit

Permalink
build: touch tools/doc/node_modules after run
Browse files Browse the repository at this point in the history
Currently, tools/doc/node_modules is not touched after running npm
install resulting in npm install being run every time. I missed this
while testing commit 88bff82 ("build:
make tools/doc/node_modules non-phony").

PR-URL: #22350
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
danbev authored and targos committed Sep 3, 2018
1 parent 90e99da commit 8f760c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -1074,6 +1074,7 @@ lint-md-build: tools/remark-cli/node_modules \
tools/doc/node_modules: tools/doc/package.json
ifeq ($(node_use_openssl),true)
cd tools/doc && $(call available-node,$(run-npm-install))
@touch $@
else
@echo "Skipping tools/doc/node_modules (no crypto)"
endif
Expand Down

0 comments on commit 8f760c2

Please sign in to comment.