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": {
|
"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"
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue