notebook/lerna.json
Jeremy Tuloup b8e9cae07b
Enable nx (#6718)
* Enable `nx`

* Remove the `install` script

* Remove `prepublishOnly`script

* try clean before build:prod

* debug

* more debug

* try removing pip install -e . step

* Remove debug
2023-02-16 09:37:27 +01:00

6 lines
79 B
JSON

{
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true
}