compile all html files

This commit is contained in:
Jonas Leder 2022-01-29 00:21:44 +01:00
parent 590ce751f7
commit f4d94029f9

View file

@ -6,8 +6,8 @@
"author": "jonasled <git@jonasled.de>",
"license": "GPL-3.0-or-later",
"scripts": {
"watch": "parcel serve src/index.html src/404.html",
"build": "parcel build src/index.html src/404.html"
"watch": "parcel serve src/*.html src/*/*.html",
"build": "parcel build src/*.html src/*/*.html"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.2.1"