From fd47ade349c8d962d14bc42e3c36f1477fd3a4f5 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 19 Feb 2021 13:55:32 +0100 Subject: Create wp-content directory in new location --- composer.json | 1 + 1 file changed, 1 insertion(+) 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": [ -- cgit v1.2.3