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 d458cd7 commit 131dd6eCopy full SHA for 131dd6e
Makefile
@@ -1067,7 +1067,7 @@ $(TARBALL): release-only doc-only
1067
find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
1068
find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
1069
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
1070
- find $(TARNAME)/ -type l | xargs $(RM) # annoying on windows
+ find $(TARNAME)/ -type l | xargs $(RM)
1071
tar -cf $(TARNAME).tar $(TARNAME)
1072
$(RM) -r $(TARNAME)
1073
gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz
0 commit comments