chore: fix components setup

This commit is contained in:
Mo
2022-06-10 11:29:37 -05:00
parent bfea7cd38f
commit c8eb8cc9a8
6 changed files with 119 additions and 59 deletions

View File

@@ -1,6 +0,0 @@
{
"packages": ["src/*"],
"useWorkspaces": true,
"version": "independent",
"npmClient": "yarn"
}

View File

@@ -8,7 +8,7 @@
]
},
"scripts": {
"preversion": "yarn lerna run build --parallel",
"preversion": "yarn workspaces foreach run build",
"version": "node scripts/package-components.mjs"
},
"dependencies": {