Skip to content

Commit 8833d8f

Browse files
danbevTrott
authored andcommitted
build: touch tools/doc/node_modules after run
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").
1 parent 1744205 commit 8833d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,7 @@ lint-md-build: tools/remark-cli/node_modules \
10731073
tools/doc/node_modules: tools/doc/package.json
10741074
ifeq ($(node_use_openssl),true)
10751075
cd tools/doc && $(call available-node,$(run-npm-install))
1076+
@touch $@
10761077
else
10771078
@echo "Skipping tools/doc/node_modules (no crypto)"
10781079
endif

0 commit comments

Comments
 (0)