feat(11ty): add serve command

This commit is contained in:
Oscar 2019-11-15 20:09:35 +01:00
parent 7d837dcf1e
commit e5718e3d1a

View File

@ -7,6 +7,7 @@
"scripts": { "scripts": {
"build": "eleventy", "build": "eleventy",
"watch": "eleventy --watch", "watch": "eleventy --watch",
"serve": "eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {