Skip to content

Commit ad41138

Browse files
committed
debug workflow dispatch for dax
1 parent 16ecc86 commit ad41138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"build": "bun build cli.ts --outfile dist/cli.js --target node --format esm --external node:* --external @openai/codex-sdk --external @openai/codex-sdk/* --external @opencode-ai/sdk --external @opencode-ai/sdk/* --external @anthropic-ai/claude-agent-sdk --external @anthropic-ai/claude-agent-sdk/*",
14-
"postbuild": "bun run scripts/sync-workflow-inputs.ts",
14+
"postbuild": "test \"$CI\" != \"true\" && bun run scripts/sync-workflow-inputs.ts || true",
1515
"check": "tsc --noEmit",
1616
"dev": "bun run cli.ts",
1717
"test": "bun test",

0 commit comments

Comments
 (0)