mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #42 from sminnee/composer-post-install
NEW: Added post-install and post-update dev/build call.
This commit is contained in:
commit
f283290e2a
@ -10,5 +10,9 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"process-timeout": 600
|
"process-timeout": 600
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"post-install-cmd": "php ./framework/cli-script.php dev/build",
|
||||||
|
"post-update-cmd": "php ./framework/cli-script.php dev/build"
|
||||||
|
},
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user