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.
1 parent 89164a0 commit be54989Copy full SHA for be54989
Makefile
@@ -455,6 +455,7 @@ $(TARBALL): release-only $(NODE_EXE) doc
455
rm -rf $(TARNAME)/.{editorconfig,git*,mailmap}
456
rm -rf $(TARNAME)/tools/{eslint,eslint-rules,osx-pkg.pmdoc,pkgsrc}
457
rm -rf $(TARNAME)/tools/{osx-*,license-builder.sh,cpplint.py}
458
+ rm -rf $(TARNAME)/test*.tap
459
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs rm
460
find $(TARNAME)/ -type l | xargs rm # annoying on windows
461
tar -cf $(TARNAME).tar $(TARNAME)
0 commit comments