tar without being verbose

This commit is contained in:
Artur Neumann
2025-03-11 08:36:24 +05:45
parent cc996a2b85
commit 0bb869fad2

View File

@@ -2843,7 +2843,7 @@ def generateWebPnpmCache(ctx):
# zip the pnpm deps before caching
"if [ ! -d '%s' ]; then mkdir -p %s; fi" % (dirs["zip"], dirs["zip"]),
"cd %s" % dirs["web"],
"tar -czvf %s .pnpm-store" % dirs["webPnpmZip"],
"tar -czf %s .pnpm-store" % dirs["webPnpmZip"],
],
},
{