Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 8becd4f

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)