Skip to content

Commit

Permalink
fix(build): add package-lock.json to version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav committed Apr 25, 2022
1 parent e3897f4 commit 617b9e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@
"filename": "web/ui/react-app/package.json",
"type": "json"
},
{
"filename": "web/ui/react-app/package-lock.json",
"type": "json"
},
{
"filename": "package.json",
"type": "json"
},
{
"filename": "package-lock.json",
"type": "json"
}
]
}

0 comments on commit 617b9e2

Please sign in to comment.