Remove reference to non-existent script in composer json

This commit is contained in:
Keegan Rankin 2024-03-08 09:29:33 -08:00
parent 00f5c9c525
commit 6ccac9bd99

View file

@ -211,7 +211,6 @@
"quick-start": [ "quick-start": [
"composer install", "composer install",
"php docroot/core/scripts/drupal quick-start drutopia --no-interaction" "php docroot/core/scripts/drupal quick-start drutopia --no-interaction"
], ]
"post-drupal-scaffold-cmd": "scripts/retain-custom-htaccess.sh"
} }
} }