diff --git a/libs/d3/README.md b/libs/d3/README.md index f7c449bb4..646e073a0 100644 --- a/libs/d3/README.md +++ b/libs/d3/README.md @@ -1,4 +1,5 @@ # Building d3.js for jsroot npm install - npm run-script build + npm run build + rm -rf node_modules package-lock.json diff --git a/libs/three/README.md b/libs/three/README.md index cc291d570..a7bf801db 100644 --- a/libs/three/README.md +++ b/libs/three/README.md @@ -3,12 +3,15 @@ ## Checkout appropriate three.js version In directory on the same level as jsroot, checkout three.js -into `threejs` subdirectory +into `threejs` subdirectory. Do not forget to checkout proper version: + + git checkout r172 ## Run script npm install - npm run-script build - npm uninstall + npm run build + rm -rf node_modules package-lock.json + ## Run tests and commit package \ No newline at end of file