chore: remove command
This commit is contained in:
parent
0275c8f02f
commit
4eefbd92fc
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
|||
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
||||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
||||
"update:deps": "npm upgrade && ncu",
|
||||
"install:components": "node ./scripts/install-components.mjs",
|
||||
"clean": "rimraf _site",
|
||||
"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