Fix typo in composer.json
This commit is contained in:
parent
44cb10e8e7
commit
fbc5665ec4
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@
|
|||
"nuke": "scripts/nuke.sh",
|
||||
"pull": "scripts/pull.sh",
|
||||
"pull-files": "drush -y rsync @live:%files @self:%files",
|
||||
"css": "scripts/css.sh"
|
||||
"css": "scripts/css.sh",
|
||||
"quick-start": [
|
||||
"composer install",
|
||||
"php docroot/core/scripts/drupal quick-start drutopia --no-interaction"
|
||||
|
|
Loading…
Reference in a new issue