diff options
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 6422c41..cca75b0 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "scripts": { "post-create-project-cmd": [ "@php -r \"file_exists('wp-config.php') || copy('wp-config.example.php', 'wp-config.php');\"", + "@php -r \"copy('public/wp/wp-content', 'public/wp-content')\"", "wp config shuffle-salts" ], "post-install-cmd": [ |