10BC0
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.
There was an error while loading. Please 8000 reload this page.
1 parent 9f8e2e2 commit 03b99bfCopy full SHA for 03b99bf
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