summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-02-19 13:55:32 +0100
committerDaniel Weipert <code@drogueronin.de>2021-02-19 13:55:32 +0100
commitfd47ade349c8d962d14bc42e3c36f1477fd3a4f5 (patch)
treeed7c0a589aa7f5f1f8364430e453b40d05f1ef78 /composer.json
parent2c24be3502a186d57147b0cc3168b56907692e20 (diff)
Create wp-content directory in new locationv1.0.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
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": [