only build index.html and 404.html

This commit is contained in:
Jonas Leder 2022-01-28 23:23:23 +01:00
parent 1b3abf4cb6
commit 94187f18ce

View file

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