diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c4fe9e50..cfdef2390 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,11 @@ jobs: if: always() run: tar -cvzf dist.tar.gz dist - name: Checks + # SPIKE: the Vite migration has not yet reinstated the "boot script inlined" + # deploy gate (the entry is a hashed ES module, not an inlined + +
+