Skip to content
Snippets Groups Projects
Commit f8860f21 authored by David Dorchies's avatar David Dorchies
Browse files

Update package.json for changing jalhyd dependancy (Try to solve CI issue)

parent 2919966d
No related branches found
No related tags found
No related merge requests found
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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment