Skip to content

Commit 8becd4f

Browse files
committed
Ensure auth.json is excluded from builds.
1 parent 1150575 commit 8becd4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/BundleCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ private function addFilesToZip(ZipArchive $zip): void
236236
'build', // Compiled box assets
237237
'temp', // Temp files
238238
'tests', // Tests
239+
'auth.json', // Composer auth file
239240
])
240241
->exclude(config('nativephp.cleanup_exclude_files', []));
241242

0 commit comments

Comments
 (0)