chore: update scripts
This commit is contained in:
parent
89a1f65ab4
commit
ceab83e5fb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"start": "node ./scripts/og-images/index.js && eleventy --serve",
|
||||
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
||||
"build": "node ./scripts/og-images/index.js && ELEVENTY_PRODUCTION=true eleventy",
|
||||
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
||||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
||||
"build:ogi": "node ./scripts/og-images/index.js"
|
||||
},
|
||||
|
|
Reference in a new issue