Add composer commands for our shell scripts

This commit is contained in:
benjamin melançon 2021-07-14 08:02:15 -04:00
parent 1099814519
commit a83fc897c7

View file

@ -114,10 +114,9 @@
}
},
"scripts": {
"nuke": "rm -rf vendor web/core web/modules/contrib web/profiles/contrib drush/contrib",
"quick-start": [
"composer install",
"php docroot/core/scripts/drupal quick-start drutopia --no-interaction"
]
"nuke": "scripts/nuke.sh",
"pull": "scripts/pull.sh",
"pull-files": "drush -y rsync @live:%files @self:%files",
"css": "scripts/css.sh"
}
}