diff --git a/package.yaml b/package.yaml index 4b6139e..795ed2f 100644 --- a/package.yaml +++ b/package.yaml @@ -70,7 +70,7 @@ scripts: watch: parcel watch --no-autoinstall # Production build - build-dist: parcel build --no-cache --no-autoinstall + build-dist: parcel build --no-cache --no-autoinstall && rename '.html' '.html.hbs' dist/*.html # Checks check: tsc --noEmit