diff --git a/package.json b/package.json index 56bb99a..055a9a9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Lee's personal website, take 2, built with 11ty", "scripts": { "build": "rm -rf _site && npx @11ty/eleventy --quiet", - "start": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live" + "dev": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live" }, "keywords": [], "author": "Lee Cattarin",