Update package.json for changing jalhyd dependancy (Try to solve CI issue)
This diff is collapsed.
... | ... | @@ -10,7 +10,7 @@ |
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"jalhyd": "rm -rf node_modules/jalhyd; cd ../jalhyd; npm run package; cd ../nghyd; npm install ../jalhyd/jalhyd-1.0.0.tgz;", | ||
"jalhyd": "rm node_modules/jalhyd; cd ../jalhyd; npm run build; cd ../nghyd; npm install ../jalhyd;", | ||
"mathjax": "rsync -az --delete node_modules/mathjax docs-fr/javascripts;", | ||
"mkdocs": "npm run mathjax; find docs-fr/javascripts/ -name '*.md' -type f -delete; python3 -m mkdocs build", | ||
"preprocess": "node preprocessors.js; npm run mkdocs;", | ||
... | ... | @@ -35,7 +35,7 @@ |
"file-saver": "^2.0.0", | ||
"font-awesome": "^4.7.0", | ||
"he": "^1.2.0", | ||
"jalhyd": "file:../jalhyd/jalhyd-1.0.0.tgz", | ||
"jalhyd": "file:../jalhyd", | ||
"mathjax": "^2.7.5", | ||
"ngx-md": "^7.0.0", | ||
"rxjs": "^6.3.3", | ||
... | ... |
Please register or sign in to comment