Fix script not found errors for Eleventy scripts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "helenclx.github.io",
|
||||
"scripts": {
|
||||
"start": "bunx @11ty/eleventy --serve --quiet",
|
||||
"build": "bunx @11ty/eleventy",
|
||||
"build-ghpages": "bunx @11ty/eleventy"
|
||||
"start": "bunx eleventy --serve --quiet",
|
||||
"build": "bunx eleventy",
|
||||
"build-ghpages": "bunx eleventy"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.1.6"
|
||||
|
||||
Reference in New Issue
Block a user