Skip to content

Commit be5308c

Browse files
sejasclaude
andcommitted
Remove CLI --help smoke check from devcontainer postCreateCommand
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent b95b3b7 commit be5308c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.devcontainer/devcontainer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"features": {
55
"ghcr.io/devcontainers/features/node:1": { "version": "24.15.0" }
66
},
7-
"postCreateCommand": "npm ci && npm run cli:build && node apps/cli/dist/cli/main.mjs --help",
7+
"postCreateCommand": "npm ci && npm run cli:build",
88
"hostRequirements": { "cpus": 4, "memory": "8gb" }
99
}

0 commit comments

Comments
 (0)