Files
cypress/lerna.json
2023-06-02 16:47:02 -04:00

15 lines
204 B
JSON

{
"npmClient": "yarn",
"packages": [
"cli",
"packages/*",
"npm/*",
"tooling/*",
"system-tests",
"scripts"
],
"useWorkspaces": true,
"useNx": true,
"version": "0.0.0"
}