Setup lerna to run scripts across packages.

This commit is contained in:
nikugogoi
2021-06-08 12:49:00 +05:30
committed by Ashwin Phatak
parent 8d697ab9d1
commit c3d1737ee1
2 changed files with 13 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"packages": [
"packages/*"
],
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}