Skip to content

Commit

Permalink
add synthesis for actions
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
jmhw0123 committed Feb 21, 2022
1 parent decbbe7 commit cf2afd9
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 531 deletions.
2 changes: 1 addition & 1 deletion tool/genie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const subcommands : { [key : string] : SubCommand } = {
'extract-translatable-annotations': require('./extract-translatable-annotations'),
'translate-schema-annotations': require('./translate-schema-annotations'),

'synthetic-data-sampler': require('./synthetic-data-sampler')
'sample-synthetic-data': require('./sample-synthetic-data')
};

async function main() {
Expand Down
Loading

0 comments on commit cf2afd9

Please sign in to comment.