Skip to content

build: remove redundant Makefile target

The only target that uses the tools/doc/node_modules/js-yaml/package.json target is doc-only. As a result of a recent change, it has tools/doc/node_modules as a prerequisite, which does the exact same npm install as tools/doc/node_modules/js-yaml/package.json. Remove tools/doc/node_modules/js-yaml/package.json as unnecessary.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading