package.yaml: Stop renaming .html to .html.hbs

This is no longer necessary because the new web server will manage
handlebars itself, rather than going through an opinionated third
party library.
tlater/404
Tristan Daniël Maat 2022-08-16 23:44:53 +01:00
parent 87e0a6667d
commit 5bb1f4386a
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -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