add npm scripts
This commit is contained in:
parent
2b3ce63127
commit
6ca562a9fe
|
@ -4,7 +4,8 @@
|
||||||
"description": "This is the WIP rewrite of the ESE website.",
|
"description": "This is the WIP rewrite of the ESE website.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build": "npx @11ty/eleventy",
|
||||||
|
"start": "npx @11ty/eleventy --serve"
|
||||||
},
|
},
|
||||||
"author": "FSR Informatik TU Dresden",
|
"author": "FSR Informatik TU Dresden",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue