Commit 168acbd5 by Lin Wang

feat: add the new command line

parent dfb039cb
......@@ -18,6 +18,7 @@
"fix": "DETECTION_MODE=fix bun run src/detect_section_selector_masters/index.ts",
"nav": "DETECTION_MODE=extractNav bun run src/detect_section_selector_masters/index.ts",
"diff": "bun run src/detect_section_selector_masters/diffWithDeepDiff.ts",
"diff:ai": "BASELINE_ID=29279960 npm run diff"
"diff:ai": "BASELINE_ID=29279960 npm run diff",
"task": "bun run extract && bun run diff"
}
}
\ 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