remove gen.sh in favor of using package.json scripts
All checks were successful
/ build (push) Successful in 5m14s

This commit is contained in:
Ruben 2025-10-26 22:44:16 -05:00
commit 80ed4a20b5
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
3 changed files with 4 additions and 5 deletions

View file

@ -4,6 +4,9 @@
"description": "synth.download's website, powered by eleventy.",
"main": "index.js",
"scripts": {
"build-clean": "rm -rf ./_site && npx @11ty/eleventy && npx -y pagefind --site _site",
"build": "npx @11ty/eleventy && npx -y pagefind --site _site",
"serve": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {