chore: build directory

This commit is contained in:
Cory Dransfeldt 2024-10-28 16:58:24 -07:00
parent cb9a3b8f48
commit 4e0e559f0c
No known key found for this signature in database
6 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@
"build": "ELEVENTY_PRODUCTION=true eleventy",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
"update:deps": "npm upgrade && ncu",
"clean": "rimraf _site",
"clean": "rimraf dist",
"build:worker": "node scripts/worker-build.mjs $WORKER_NAME",
"deploy:worker": "wrangler deploy --env production --config workers/$npm_config_worker/wrangler.toml"
},