diff options
Diffstat (limited to 'sdnr/wt-odlux/odlux/lerna.json')
-rw-r--r-- | sdnr/wt-odlux/odlux/lerna.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sdnr/wt-odlux/odlux/lerna.json b/sdnr/wt-odlux/odlux/lerna.json new file mode 100644 index 000000000..2ee1b4951 --- /dev/null +++ b/sdnr/wt-odlux/odlux/lerna.json @@ -0,0 +1,14 @@ +{ + "version": "independent", + "command": { + "init": { + "exact": true + } + }, + "npmClient": "yarn", + "useWorkspaces": true, + "packages": [ + "framework", + "apps/*" + ] +} |