We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2418e commit 333a6fcCopy full SHA for 333a6fc
1 file changed
composer.json
@@ -74,6 +74,9 @@
74
],
75
"post-update-cmd": [
76
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
77
+ ],
78
+ "pre-archive-cmd": [
79
+ "bash -c 'if [ -z \"${ASSET_TAG}\" ]; then export ASSET_TAG=$(tr -dc A-Za-z0-9 < /dev/urandom | head -c 16); echo \"ASSET_TAG not set, using random value: ${ASSET_TAG}\"; fi; sed -i -e s,#ASSET_VERSION#,${ASSET_TAG},g ./app/config/config.yml'"
80
]
81
},
82
"autoload": {
0 commit comments