Adjust to new webserver requirements #11
|
@ -70,7 +70,7 @@ scripts:
|
||||||
watch: parcel watch --no-autoinstall
|
watch: parcel watch --no-autoinstall
|
||||||
|
|
||||||
# Production build
|
# 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
|
# Checks
|
||||||
check: tsc --noEmit
|
check: tsc --noEmit
|
||||||
|
|
Reference in a new issue