rename script

This commit is contained in:
2026-03-07 10:31:53 -08:00
parent b51e953a1b
commit 43ae5c489e

View File

@ -4,7 +4,7 @@
"description": "Lee's personal website, take 2, built with 11ty", "description": "Lee's personal website, take 2, built with 11ty",
"scripts": { "scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --quiet", "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": [], "keywords": [],
"author": "Lee Cattarin", "author": "Lee Cattarin",