feat: add Tom and Jerry movie slide deck
Deploy Slides / build-and-deploy (push) Failing after 2m35s
Deploy Slides / build-and-deploy (push) Failing after 2m35s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
"dev:demo": "slidev decks/demo/slides.md",
|
||||
"dev:showcase": "slidev decks/showcase/slides.md",
|
||||
"dev:stardew-valley": "slidev decks/stardew-valley/slides.md",
|
||||
"dev:tom-and-jerry": "slidev decks/tom-and-jerry/slides.md",
|
||||
"build": "sh scripts/build.sh",
|
||||
"build:demo": "slidev build decks/demo/slides.md --base /demo/ --out dist/demo",
|
||||
"build:showcase": "slidev build decks/showcase/slides.md --base /showcase/ --out dist/showcase",
|
||||
"build:stardew-valley": "slidev build decks/stardew-valley/slides.md --base /stardew-valley/ --out dist/stardew-valley",
|
||||
"build:tom-and-jerry": "slidev build decks/tom-and-jerry/slides.md --base /tom-and-jerry/ --out dist/tom-and-jerry",
|
||||
"serve": "pnpm run build && pnpm exec serve dist -l 3030",
|
||||
"export": "slidev export"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user