From a83fc897c7c1454b456d19512151e2d1751fff9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Wed, 14 Jul 2021 08:02:15 -0400 Subject: [PATCH] Add composer commands for our shell scripts --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 48a25c5..1aa3456 100644 --- a/composer.json +++ b/composer.json @@ -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" } }