Add composer commands for our shell scripts
This commit is contained in:
parent
1099814519
commit
a83fc897c7
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue