Skip to content

Commit db3c052

Browse files
committed
remove some steps
1 parent 15a94ba commit db3c052

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

configure.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,5 @@ function replace_in_file(string $file, array $replacements): void {
125125
};
126126
}
127127

128-
rename('./config/skeleton.php', "./config/{$packageSlug}.php");
129-
rename('./database/migrations/create_skeleton_tables.php.stub', "./database/migrations/create_{$packageSlug}_tables.php.stub");
130-
131128
confirm('Execute `composer install` and run tests?') && run('composer install && composer test');
132129
confirm('Let this script delete itself?', true) && unlink(__FILE__);

0 commit comments

Comments
 (0)