Skip to content

test, build: Clean up package-lock.json after make coverage

When running make coverage, npm installs istanbul-merge and nyc and generates a package-lock.json file.

This PR adds the rm package-lock.json command to the Makefile.

Refs: https://github.com/nodejs/node/pull/15190/files#r136932786

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

test

Merge request reports

Loading