We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c2791 commit 7f586c0Copy full SHA for 7f586c0
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