compile all html files
This commit is contained in:
parent
590ce751f7
commit
f4d94029f9
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 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"
|
||||
|
|
Loading…
Reference in a new issue