We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e266350 commit 41161eaCopy full SHA for 41161ea
Makefile
@@ -1101,7 +1101,7 @@ $(TARBALL): release-only doc-only
1101
find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
1102
find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
1103
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
1104
- find $(TARNAME)/ -type l | xargs $(RM) # annoying on windows
+ find $(TARNAME)/ -type l | xargs $(RM)
1105
tar -cf $(TARNAME).tar $(TARNAME)
1106
$(RM) -r $(TARNAME)
1107
gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz
0 commit comments