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 ffabc2a commit 6d71580Copy full SHA for 6d71580
examples/extra-fields/example.tar.gz
1.36 KB
internal/examples/src/convert.ts
@@ -458,6 +458,11 @@ export async function convertE2EToExample(config: ConvertE2EToExampleConfig) {
458
'--sort=name',
459
// set modify time to zero
460
'--mtime=@0',
461
+ // set default permissions and owners
462
+ '--mode=a+rwX',
463
+ '--owner=0',
464
+ '--group=0',
465
+ '--numeric-owner',
466
'-czf',
467
`${config.e2e}.tar.gz`,
468
`--exclude=${config.e2e}/node_modules`,
0 commit comments