kalamuna / drupal-project

Kalamuna composer template for Drupal projects with CircleCI and Pantheon integration. (NOTE: THIS SHOULD NOT BE USED FOR NEW DRUPAL 9 SITES)
GNU General Public License v2.0
6 stars 1 forks source link

Revert "Don't call Drupal Scaffold on every install/update" #40

Closed hawkeyetwolf closed 6 years ago

hawkeyetwolf commented 7 years ago

Reverts kalamuna/drupal-project#38

The Drupal Scaffold steps are necessary when deploying from CI to Pantheon. @RobLoach, can you think of a way to make this happen on CircleCI but not on our locals?

hawkeyetwolf commented 6 years ago

I figured it out. Just call the drupal-scaffold script in the deploy steps in package.json, hooray! PR forthcoming.