We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e8c61 commit 3e00f7cCopy full SHA for 3e00f7c
deno.json
@@ -78,14 +78,6 @@
78
"description": "Generates content for the GitHub Release description.",
79
"command": "bash ./dev/release-notes.sh"
80
},
81
- "deploy-deno": {
82
- "description": "Deploy to Deno Deploy.",
83
- "command": "bash ./infra/deno-deploy/deploy-deno.sh"
84
- },
85
- "deploy-aws": {
86
- "description": "Deploy to AWS ECS.",
87
- "command": "bash ./infra/aws-ecs/deploy-aws.sh"
88
89
"serve": {
90
"description": "Start a web server to show the built site.",
91
"command": "deno run --allow-net --allow-read jsr:@std/http/file-server ./_site"
0 commit comments