Skip to content

Commit

Permalink
maintenance(.syncpackrc): update version group to use local dependenc…
Browse files Browse the repository at this point in the history
…ies and ignore others
  • Loading branch information
MH4GF committed Nov 28, 2024
1 parent 26d3f6d commit c911b06
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions frontend/.syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,8 @@
],
"versionGroups": [
{
"label": "Use workspace protocol (workspace packages)",
"dependencies": [
"@apps/*",
"@packages/*",
"@liam/*"
],
"dependencyTypes": [
"prod",
"dev"
],
"pinVersion": "workspace:*"
"dependencies": ["$LOCAL"],
"isIgnored": true
}
]
}

0 comments on commit c911b06

Please sign in to comment.