Skip to content

Commit 3f770dd

Browse files
committed
build: remove corepack from release tarballs
Closes #57763. Refs: - nodejs/TSC#1697 (comment) - #57617 - #57763
1 parent 8ec29f2 commit 3f770dd

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
@@ -1213,6 +1213,7 @@ $(TARBALL): release-only doc-only
12131213
$(RM) -r $(TARNAME)/.editorconfig
12141214
$(RM) -r $(TARNAME)/.git*
12151215
$(RM) -r $(TARNAME)/.mailmap
1216+
$(RM) -r $(TARNAME)/deps/corepack
12161217
$(RM) -r $(TARNAME)/deps/openssl/openssl/demos
12171218
$(RM) -r $(TARNAME)/deps/openssl/openssl/doc
12181219
$(RM) -r $(TARNAME)/deps/openssl/openssl/test

0 commit comments

Comments
 (0)