Skip to content

Commit

Permalink
fix: install dependencies before Renovate build (#252)
Browse files Browse the repository at this point in the history
Update the Renovate postUpdateTasks to perform an
npm install before the build.  This will make sure the
devDependencies exist.
  • Loading branch information
patheard authored Oct 19, 2023
1 parent e8499b7 commit 96c26af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"postUpgradeTasks": {
"commands": [
"npm install",
"npm run build"
],
"fileFilters": [
Expand Down

0 comments on commit 96c26af

Please sign in to comment.