Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03b99bf

Browse filesBrowse files
jbergstroemrvagg
authored andcommitted
build: don't install github templates
Avoid putting github templates in the source tarballs. PR-URL: #5612 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 9f8e2e2 commit 03b99bf
Copy full SHA for 03b99bf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
432432
rm -rf $(TARNAME)/deps/uv/{docs,samples,test}
433433
rm -rf $(TARNAME)/deps/openssl/{doc,demos,test}
434434
rm -rf $(TARNAME)/deps/zlib/contrib # too big, unused
435+
rm -rf $(TARNAME)/.github # github issue templates
435436
find $(TARNAME)/ -type l | xargs rm # annoying on windows
436437
tar -cf $(TARNAME).tar $(TARNAME)
437438
rm -rf $(TARNAME)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.