fix build
This commit is contained in:
parent
db6ed12ba2
commit
35f5304d8b
|
@ -5,9 +5,9 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prebuild": "npx @11ty/eleventy --formats=logo.svg",
|
||||
"build": "npx @11ty/eleventy",
|
||||
"build": "npx @11ty/eleventy --formats=md,njk",
|
||||
"prestart": "npx @11ty/eleventy --formats=logo.svg",
|
||||
"start": "npx @11ty/eleventy --serve"
|
||||
"start": "npx @11ty/eleventy --serve --formats=md,njk"
|
||||
},
|
||||
"author": "FSR Informatik TU Dresden",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue