Skip to content

Commit

Permalink
fix export script
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsilicon committed Aug 30, 2024
1 parent d61cbf5 commit 97e8357
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 @@ -10,7 +10,7 @@
"scripts": {
"build": "slidev build --out=.build",
"dev": "slidev --open",
"export": "mkdir -p .build-pdf && slidev export --output dist/resume.pdf --per-slide"
"export": "mkdir -p .build-pdf && slidev export --output .build/resume.pdf --per-slide"
},
"dependencies": {
"@heroicons/vue": "^2.0.18",
Expand Down

0 comments on commit 97e8357

Please sign in to comment.