29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 11:05:08 +00:00

[4.2] Adding asset upgrade to renovatebot (#38804)

This commit is contained in:
Hannes Papenberg 2022-09-22 09:58:46 +02:00 committed by GitHub
parent 614a463b99
commit 37988585ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,10 @@
"constraints": {
"composer": "> 2.3",
"npm": "> 8.0"
},
"postUpgradeTasks": {
"commands": ["node build/build.js --copy-assets"],
"fileFilters": ["**/*.*"],
"executionMode": "branch"
}
}