Skip to content

Commit

Permalink
chore(deps): Allow npm upgrade commands
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Feb 22, 2023
1 parent 196f344 commit 02e304c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"node",
"npm"
],
"allowedPostUpgradeCommands": [
"npm ci",
"npm run build"
],
"postUpgradeTasks": {
"commands": [
"npm ci",
Expand Down

0 comments on commit 02e304c

Please sign in to comment.