Bring in standard pull script from Drutopia build source

This commit is contained in:
benjamin melançon 2021-11-22 16:14:05 -05:00
parent c5b7340659
commit 0bf5d3cf6b
2 changed files with 18 additions and 0 deletions

View file

@ -141,6 +141,7 @@
},
"scripts": {
"nuke": "rm -rf vendor web/core web/modules/contrib web/profiles/contrib drush/contrib",
"pull": "scripts/pull.sh",
"quick-start": [
"composer install",
"php docroot/core/scripts/drupal quick-start drutopia --no-interaction"