only build index.html and 404.html
This commit is contained in:
parent
1b3abf4cb6
commit
94187f18ce
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue