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": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {