Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
Falcon
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Walter Huang
Falcon
Commits
d95ef784
Commit
d95ef784
authored
Jun 27, 2025
by
Lin Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: add the new command line
parent
15e8ac01
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
package.json
package.json
+5
-3
No files found.
package.json
View file @
d95ef784
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment