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": { "scripts": {
"nuke": "rm -rf vendor web/core web/modules/contrib web/profiles/contrib drush/contrib", "nuke": "scripts/nuke.sh",
"quick-start": [ "pull": "scripts/pull.sh",
"composer install", "pull-files": "drush -y rsync @live:%files @self:%files",
"php docroot/core/scripts/drupal quick-start drutopia --no-interaction" "css": "scripts/css.sh"
]
} }
} }