We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6fe30 commit 6071920Copy full SHA for 6071920
Makefile
@@ -432,6 +432,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
432
rm -rf $(TARNAME)/deps/uv/{docs,samples,test}
433
rm -rf $(TARNAME)/deps/openssl/{doc,demos,test}
434
rm -rf $(TARNAME)/deps/zlib/contrib # too big, unused
435
+ rm -rf $(TARNAME)/.github # github issue templates
436
find $(TARNAME)/ -type l | xargs rm # annoying on windows
437
tar -cf $(TARNAME).tar $(TARNAME)
438
rm -rf $(TARNAME)
0 commit comments