fix - export pdf des slides

This commit is contained in:
Alexis Fourmaux 2025-12-08 22:19:18 +01:00
parent 41b0c2a423
commit ec606e3dd9

View file

@ -1,7 +1,7 @@
{ {
"scripts": { "scripts": {
"preview": "marp $npm_config_src --preview", "preview": "marp $npm_config_src --preview",
"pdf": "marp $npm_config_src --pdf", "pdf": "marp $npm_config_src --pdf --allow-local-files",
"build": "marp $npm_config_src" "build": "marp $npm_config_src"
}, },
"dependencies": { "dependencies": {