Skip to content

Commit

Permalink
Allow building all the slides at once
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr committed Aug 12, 2024
1 parent 06cafb8 commit a30af61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slides/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"playwright-chromium": "*"
},
"scripts": {
"build": "slidev build *.md",
"dev-1_1": "slidev 1_1-introduction.md",
"build-1_1": "slidev build --out dist/1_1 --base /slides/1_1/ 1_1-introduction.md",
"dev-2_1": "slidev 2_1-basic-syntax.md",
Expand Down

0 comments on commit a30af61

Please sign in to comment.