remove gen.sh in favor of using package.json scripts
All checks were successful
/ build (push) Successful in 5m14s
All checks were successful
/ build (push) Successful in 5m14s
This commit is contained in:
parent
103d0b6c20
commit
80ed4a20b5
3 changed files with 4 additions and 5 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue