Browse Source

Added lerna file

master
David Ludwig 3 years ago
parent
commit
b8eea2bf3c
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      lerna.json

+ 10
- 0
lerna.json View File

@ -0,0 +1,10 @@
{
"packages": [
"api/*",
"packages/*",
"services/*"
],
"npmClient": "yarn",
"private": true,
"version": "0.0.0"
}

Loading…
Cancel
Save