1
0
Fork 0
cc-server-parent/lerna.json

12 lines
176 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": true,
"scripts": {
"build": "npx tsc"
},
"packages": [
"packages/*"
],
"version": "0.2.4"
}