diff --git a/package.yaml b/package.yaml index 795ed2f..4b6139e 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 && rename '.html' '.html.hbs' dist/*.html + build-dist: parcel build --no-cache --no-autoinstall # Checks check: tsc --noEmit