feat: update package.json scripts
This commit is contained in:
parent
614bf0e814
commit
6ae45909e2
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue