Skip to content

Commit

Permalink
feat(renovate): add renovate rule to migration apply
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot committed May 17, 2024
1 parent a43848a commit 0b8cdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
},
"scripts": {
"schematics": "schematics",
"clean": "rimraf test/ test-dev/ dist/ dist-dev/ dist-test/ build/",
"lint:ci": "eslint \"**/*[jt]s\" --quiet --format junit --output-file ./dist-lint/result.xml",
"lint": "eslint \"**/*[jt]s\" --cache",
Expand Down
1 change: 1 addition & 0 deletions tools/renovate/tasks/sdk-regenerate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"postUpgradeTasks": {
"commands": [
"{{arg0}} install",
"{{arg0}} run schematics @ama-sdk/schematics:migrate -- --from={{{currentVersion}}} --to={{{newVersion}}}",
"{{arg0}} run spec:upgrade"
],
"fileFilters": [
Expand Down

0 comments on commit 0b8cdda

Please sign in to comment.