new script, unsure if works

main
Nexan 2024-01-19 22:01:39 -06:00
parent a25ebc3768
commit 7217ebc4e0
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
"@11ty/eleventy": "^2.0.1" "@11ty/eleventy": "^2.0.1"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"build": "npx @11ty/eleventy"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",