Skip to content

Commit

Permalink
Update sdk-regenerate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrednic-1A authored Jul 17, 2024
1 parent 7990c18 commit 7fe6f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/renovate/tasks/sdk-regenerate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postUpgradeTasks": {
"commands": [
"{{arg0}} install",
"{{#if (equals '{{arg0}}' 'npm')}}npm exec --{{else}}{{arg0}} exec{{/if}} schematics @ama-sdk/schematics:migrate --from={{{currentVersion}}} --to={{{newVersion}}}",
"{{arg0}} exec schematics @ama-sdk/schematics:migrate {{#if (equals '{{arg0}}' 'npm')}}-- {{/if}}--from={{{currentVersion}}} --to={{{newVersion}}}",
"{{arg0}} run spec:upgrade"
],
"fileFilters": [
Expand Down

0 comments on commit 7fe6f17

Please sign in to comment.