Commit 96e93456 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix: Executed pdf and src builds in serial to ensure PDFs are included in src build

parent c968672f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
    "start": "astro dev",
    "build:pdf": "node scripts/run.js export src/data --output public/pdf",
    "build:src": "astro build",
    "build": "run-p build:*",
    "build": "run-s build:pdf build:src",
    "preview": "astro preview",
    "astro": "astro",
    "format": "node scripts/run.js format src/data --ignore highlight -vv",