Fixed builds

master
Keith Irwin 2023-03-29 01:09:47 -06:00
parent 57b8af43e3
commit bf63918217
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"description": "Public website for Galactic Fortress 4",
"repository": "https://gitea.ksn.gf4/gf4/www",
"scripts": {
"build": "node_modules/@11ty/eleventy/cmd.js --quiet",
"start": "node_modules/@11ty/eleventy/cmd.js --quiet --serve"
"build": "npx @11ty/eleventy --quiet",
"start": "npx @11ty/eleventy --quiet --serve"
},
"license": "UNLICENSED",
"devDependencies": {