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 67e30b2 commit 4c089a6Copy full SHA for 4c089a6
Makefile
@@ -370,6 +370,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
370
rm -rf $(TARNAME)/deps/uv/{docs,samples,test}
371
rm -rf $(TARNAME)/deps/openssl/{doc,demos,test}
372
rm -rf $(TARNAME)/deps/zlib/contrib # too big, unused
373
+ rm -rf $(TARNAME)/.github # github issue templates
374
find $(TARNAME)/ -type l | xargs rm # annoying on windows
375
tar -cf $(TARNAME).tar $(TARNAME)
376
rm -rf $(TARNAME)
0 commit comments