Files
TheGame/lerna.json
Pacien Boisson 899335594a [WIP] Fix docker with lerna (#8)
* trying to fix Backend docker image with lerna

* fix dockerfile CMD

* Fix Dockerfile build

* Fix 3box types

Co-authored-by: Hammad Jutt <jutt@ualberta.ca>
2020-06-08 00:49:39 -06:00

9 lines
118 B
JSON

{
"packages": [
"packages/**"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent"
}