Files
TheGame/lerna.json
Alec LaLonde 4bff673f79 Tooling improvements (#194)
* Added get-graphql-schema to devDependencies so you don't need it install globally

* Add 'lerna' key to lerna.json to prevent errors
2020-11-26 18:00:46 -07:00

8 lines
131 B
JSON

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