Skip to content

Commit

Permalink
chore(renovate): fix postUpgradeTasks (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jul 3, 2024
1 parent f9e330a commit 7ab52ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"postUpgradeTasks": {
"commands": [
"pnpm install --frozen-lockfile --ignore-scripts",
"pnpm run build"
"pnpm run bundle"
],
"executionMode": "branch"
}
Expand Down

0 comments on commit 7ab52ee

Please sign in to comment.