Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexschedrov authored Dec 11, 2017
1 parent f653cb0 commit 5286450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,19 @@
],
"scripts": {
"post-install-cmd": [
"@composer drupal-scaffold",
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"@cibox-build",
"@cibox-vm",
"@docksal",
"bash scripts/remove_vendor_git_folders.sh || :"
],
"post-update-cmd": [
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"@cibox-build",
"@cibox-vm",
"@docksal",
"bash scripts/remove_vendor_git_folders.sh || :"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"cibox-build": "[ -d ./vendor/ymcatwincities/openy-cibox-build ] && (rsync -r --exclude=composer.json --exclude=.gitignore --exclude=.git ./vendor/ymcatwincities/openy-cibox-build/ ./docroot) || (rm -rf ./docroot/devops ./docroot/*.sh ./docroot/*.yml ./docroot/*.md ./docroot/ansible.cfg)",
"cibox-vm": "[ -d ./vendor/ymcatwincities/openy-cibox-vm ] && (rsync -r --exclude=composer.json --exclude=README.md --exclude=.gitignore --exclude=.git --exclude=LICENSE ./vendor/ymcatwincities/openy-cibox-vm/ ./) || (rm -rf cibox provisioning Vagrantfile .vagrant backup cache)",
"docksal": "[ -d ./vendor/ymcatwincities/openy-docksal ] && (rsync -r --exclude=composer.json --exclude=.git --exclude=README.md ./vendor/ymcatwincities/openy-docksal/ ./) || (rm -rf .docksal build.sh)"
Expand Down

0 comments on commit 5286450

Please sign in to comment.