We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcf4d9 commit 6bbaf2cCopy full SHA for 6bbaf2c
.github/workflows/test-shared.yml
@@ -17,6 +17,7 @@ on:
17
- deps/llhttp/**
18
- deps/nghttp2/**
19
- deps/ngtcp2/**
20
+ - deps/npm/**
21
- deps/openssl/*/**
22
- deps/simdjson/**
23
- deps/sqlite/**
Makefile
@@ -1229,6 +1229,8 @@ ifeq ($(SKIP_SHARED_DEPS), 1)
1229
$(RM) -r $(TARNAME)/deps/llhttp
1230
$(RM) -r $(TARNAME)/deps/nghttp2
1231
$(RM) -r $(TARNAME)/deps/ngtcp2
1232
+ $(RM) -r $(TARNAME)/deps/npm
1233
+ $(RM) -r $(TARNAME)/test/parallel/test-npm-*
1234
find $(TARNAME)/deps/openssl -maxdepth 1 -type f ! -name 'nodejs-openssl.cnf' -exec $(RM) {} +
1235
find $(TARNAME)/deps/openssl -mindepth 1 -maxdepth 1 -type d -exec $(RM) -r {} +
1236
$(RM) -r $(TARNAME)/deps/simdjson
0 commit comments