Skip to content

Commit f39b998

Browse files
committed
fix more args
1 parent 52c1634 commit f39b998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/compareAPIs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ const args = parseArgs({
2626
isCI: {
2727
type: 'boolean'
2828
},
29-
baseApiDir: {
29+
'branch-api-dir': {
3030
type: 'string'
3131
},
32-
branchApiDir: {
32+
'base-api-dir': {
3333
type: 'string'
3434
}
3535
}

0 commit comments

Comments
 (0)