···3939 "description": "Build the site for production",
4040 "command": "deno task lume"
4141 },
4242+ "deploy": {
4343+ "description": "Build and push to Cloudflare Workers",
4444+ "command": "deno task lume && deno run -A npm:wrangler deploy"
4545+ },
4246 "serve": {
4347 "description": "Run and serve the site for development",
4448 "command": "deno task lume -s"