Skip to content

Commit 29e5af7

Browse files
committed
Remove composer.lock file and attempt to change user's current working directory.
1 parent 87cb2fa commit 29e5af7

File tree

2 files changed

+2
-163
lines changed

2 files changed

+2
-163
lines changed

.scripts/setup.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ public function __construct() {
172172
$this->delete( "{$path}/wp-plugin.php" );
173173
}
174174

175+
exec( "cd {$path}" );
176+
175177
echo 'Plugin setup is complete!' . PHP_EOL . PHP_EOL;
176178

177179
if ( $isPublic ) {

composer.lock

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)