Skip to content

Commit

Permalink
swap the default export with pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ahandsel committed Oct 26, 2023
1 parent ad54e9f commit c5e1644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "slidev build",
"dev": "slidev --open",
"export": "slidev export",
"export": "slidev export --per-slide --format pdf",
"pdf": "slidev export --per-slide --format pdf",
"png": "slidev export --per-slide --format png",
"md": "slidev export --per-slide --format md",
Expand Down

0 comments on commit c5e1644

Please sign in to comment.