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

chore: add npm run build-jalhyd

parent 4f3aee5e
No related branches found
No related tags found
1 merge request!252release: version 4.18.0
Pipeline #161270 failed
......@@ -17,6 +17,7 @@
"mkdocs": "bash scripts/prepare_mkdocs.sh; cd build; python3 -m mkdocs build -f mkdocs-fr.yml && python3 -m mkdocs build -f mkdocs-en.yml && cd .. && node scripts/mkdocs-postprocess.js",
"mkdocs2pdf": "node scripts/extract-nghyd-version.js build/cassiopee_version.tex && python3 scripts/mkdocs2pdf.py && node scripts/mkdocs2pdf-postprocess.js && bash scripts/check-pdf-docs.sh",
"clean": "rm -rf build dist release src/date_revision.ts src/assets/docs docs/pdf_build",
"build-jalhyd": "cd jalhyd && npm run build; cd ..",
"preprocess": "mkdir -p build; node scripts/preprocessors.js; npm run service-worker-version;",
"start": "npm run preprocess && npm run mkdocs && npm run ng serve -- --host 127.0.0.1 --poll 5000",
"build-no-pdf": "npm run preprocess && npm run mkdocs && npm run ng build -- --configuration production",
......
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