Syncpack: introducing syncpack to fix versions of packages; packages fixed with Syncpack.
This commit is contained in:
10
.syncpackrc
Normal file
10
.syncpackrc
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"versionGroups": [
|
||||
{
|
||||
"label": "Use workspace protocol when developing local packages",
|
||||
"dependencies": ["$LOCAL"],
|
||||
"dependencyTypes": ["dev", "prod"],
|
||||
"pinVersion": "workspace:*"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user