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",
"type": "module",
"scripts": {
"debug": "DEBUG=Eleventy* eleventy --serve --watch",
"start": "eleventy --serve --watch --quiet",
"build": "eleventy"
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"build": "npx @11ty/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",