mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-23 13:17:54 -05:00
* Added get-graphql-schema to devDependencies so you don't need it install globally * Add 'lerna' key to lerna.json to prevent errors
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"packages": ["packages/**"],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"version": "independent",
|
|
"lerna": "3.16.4"
|
|
}
|