Fix script not found errors for Eleventy scripts

This commit is contained in:
Helen Chong
2024-07-18 23:41:56 +08:00
parent aff0620da8
commit 2aa2b7ea71

View File

@@ -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"