Commit d95ef784 by Lin Wang

fix: add the new command line

parent 15e8ac01
...@@ -25,11 +25,12 @@ ...@@ -25,11 +25,12 @@
"diff-nav:ai": "USE_AI_SELECTORS=true bun run diff-nav", "diff-nav:ai": "USE_AI_SELECTORS=true bun run diff-nav",
"diff": "bun run src/detect_section_selector_masters/diffWithDeepDiff.ts", "diff": "bun run src/detect_section_selector_masters/diffWithDeepDiff.ts",
"diff:ai": "USE_AI_SELECTORS=true bun run diff", "diff:ai": "USE_AI_SELECTORS=true bun run diff",
"task": "bun run extract && bun run diff", "task": "bun run diff-nav && bun run extract && bun run diff",
"task:ai": "bun run extract:ai && bun run diff:ai", "task:ai": "bun run diff-nav:ai && bun run extract:ai && bun run diff:ai",
"send-gsheet": "bun run src/detect_section_selector_masters/sendDiffToGoogleSheets.ts", "send-gsheet": "bun run src/detect_section_selector_masters/sendDiffToGoogleSheets.ts",
"send-gsheet:ai": "USE_AI_SELECTORS=true bun run send-gsheet",
"task:gsheet": "bun run task && bun run send-gsheet", "task:gsheet": "bun run task && bun run send-gsheet",
"task:gsheet:ai": "bun run task:ai && USE_AI_SELECTORS=true bun run send-gsheet", "task:gsheet:ai": "bun run task:ai && bun run send-gsheet:ai",
"notify-slack": "bun run src/detect_section_selector_masters/sendNotifySlack.ts" "notify-slack": "bun run src/detect_section_selector_masters/sendNotifySlack.ts"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment