Skip to content

Commit

Permalink
CO: release builder exclude more directories
Browse files Browse the repository at this point in the history
  • Loading branch information
toutantic authored and alegout committed Nov 22, 2017
1 parent 837d20e commit 27769d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@
"PrestaShop\\PrestaShop\\Core\\Cldr\\Composer\\Hook::init",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"],
"post-update-cmd": [
"PrestaShop\\PrestaShop\\Core\\Cldr\\Composer\\Hook::init",
"PrestaShopBundle\\Install\\Upgrade::migrateSettingsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
Expand Down
5 changes: 5 additions & 0 deletions tools/build/Libraries/ReleaseCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ class ReleaseCreator
'themes/package\.json$',
'vendor\/[a-zA-Z0-0_-]+\/[a-zA-Z0-0_-]+\/[Tt]ests?$',
'vendor/tecnickcom/tcpdf/examples$',
'app/cache/..*$',
'.idea',
'tools/build$',
'.*node_modules.*',
];

/** @var array */
Expand All @@ -97,6 +101,7 @@ public function __construct($version)
->createAppFolders()
->createPackages()
->storePublication();

}

/**
Expand Down

0 comments on commit 27769d2

Please sign in to comment.