Skip to content
Snippets Groups Projects
Commit ffe0d9e7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove .git directories from web which will be created for modules that have no dev distro

parent 00e2d570
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@
]
},
"scripts": {
"remove-git-directories": "find web/ -name '.git' -type d -print0|xargs -0 rm -r --",
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment