diff --git a/package.json b/package.json index 5d74cda..63c074e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "build": "parcel build --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print)", "serve": "parcel serve --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print)", "watch": "parcel watch --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print)", - "build-dist": "parcel build --no-cache --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print)" + "build-dist": "parcel build --no-cache --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print); rename '.html' '.html.hbs' dist/browser/*.html" }, "targets": { "browser": {