diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-02-19 13:55:32 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-02-19 13:55:32 +0100 |
commit | fd47ade349c8d962d14bc42e3c36f1477fd3a4f5 (patch) | |
tree | ed7c0a589aa7f5f1f8364430e453b40d05f1ef78 | |
parent | 2c24be3502a186d57147b0cc3168b56907692e20 (diff) |
Create wp-content directory in new locationv1.0.0
-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": [ |