File tree Expand file tree Collapse file tree 3 files changed +11
-138
lines changed
Expand file tree Collapse file tree 3 files changed +11
-138
lines changed Original file line number Diff line number Diff line change @@ -129,3 +129,13 @@ if (masterCheckout.code === 0) {
129129// console.log(releaseBranchDelete.stderr || releaseBranchDelete.stdout)
130130// shell.exit(1)
131131// }
132+
133+ // install vendor deps back
134+ const vendorInstallAll = shell . exec ( 'composer install' , silent )
135+ if ( vendorInstallAll . code === 0 ) {
136+ shell . echo ( 'Installed vendor deps back.' )
137+ } else {
138+ shell . echo ( 'Warning: Could not install vendor deps back. Try "composer install" to fix it.' )
139+ console . log ( vendorInstallAll . stderrr )
140+ shell . exit ( 1 )
141+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " processgraphql" ,
3- "version" : " 0.16.5 " ,
3+ "version" : " 0.16.0 " ,
44 "description" : " GraphQL for ProcessWire" ,
55 "main" : " index.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments