feat: update package.json scripts

This commit is contained in:
Devin Haska 2024-11-10 20:57:29 -08:00
parent 614bf0e814
commit 6ae45909e2

View file

@ -7,9 +7,9 @@
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"scripts": { "scripts": {
"debug": "DEBUG=Eleventy* eleventy --serve --watch", "debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"start": "eleventy --serve --watch --quiet", "start": "npx @11ty/eleventy --serve --quiet",
"build": "eleventy" "build": "npx @11ty/eleventy"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^3.0.0", "@11ty/eleventy": "^3.0.0",