Skip to content

Commit be54989

Browse files
committed
build: exclude tap files from tarballs
PR-URL: #6348 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 89164a0 commit be54989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
455455
rm -rf $(TARNAME)/.{editorconfig,git*,mailmap}
456456
rm -rf $(TARNAME)/tools/{eslint,eslint-rules,osx-pkg.pmdoc,pkgsrc}
457457
rm -rf $(TARNAME)/tools/{osx-*,license-builder.sh,cpplint.py}
458+
rm -rf $(TARNAME)/test*.tap
458459
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs rm
459460
find $(TARNAME)/ -type l | xargs rm # annoying on windows
460461
tar -cf $(TARNAME).tar $(TARNAME)

0 commit comments

Comments
 (0)