Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Jul 14, 2023
1 parent 6baee53 commit d04a35e
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 @@ -14,7 +14,7 @@
"slidev": ">=0.19.3"
},
"scripts": {
"build": "slidev build example.md",
"build": "slidev build slides/example.md",
"gen:demos": "tsx scripts/build.ts",
"dev": "slidev slides/example.md --open",
"dev:layouts": "slidev slides/layouts.md --open",
Expand Down

0 comments on commit d04a35e

Please sign in to comment.