File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -95,17 +95,16 @@ The [drupal-scaffold](https://github.com/drupal-composer/drupal-scaffold) plugin
95
95
index.php, update.php, …) to the web/ directory of your project. If you have not customized those files you could choose
96
96
to not check them into your version control system (e.g. git). If that is the case for your project it might be
97
97
convenient to automatically run the drupal-scaffold plugin after every install or update of your project. You can
98
- achieve that by registering ` @drupal- scaffold ` as post-install and post-update command in your composer.json:
98
+ achieve that by registering ` @composer drupal: scaffold ` as post-install and post-update command in your composer.json:
99
99
100
100
``` json
101
101
"scripts" : {
102
- "drupal-scaffold" : " DrupalComposer\\ DrupalScaffold\\ Plugin::scaffold" ,
103
102
"post-install-cmd" : [
104
- " @drupal- scaffold" ,
103
+ " @composer drupal: scaffold" ,
105
104
" ..."
106
105
],
107
106
"post-update-cmd" : [
108
- " @drupal-scaffold " ,
107
+ " @composer drupal:scaffoldd " ,
109
108
" ..."
110
109
]
111
110
},
You can’t perform that action at this time.
0 commit comments