fix - export pdf des slides
This commit is contained in:
parent
41b0c2a423
commit
ec606e3dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue