Commit 820ba057 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix(ci): Turn off incremental build for now

parent f69169d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "scripts": {
    "dev": "astro dev --host --open",
    "start": "astro dev",
    "prebuild": "pwsh -Command ./scripts/Invoke-Export.ps1 -Changed",
    "prebuild": "pwsh -Command ./scripts/Invoke-Export.ps1 -Path ./src/content/projects/",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro",