chore: build directory
This commit is contained in:
parent
cb9a3b8f48
commit
4e0e559f0c
6 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Reference in a new issue