Skip to content

Commit

Permalink
[google-drive-kit] Small improvement to generate:graphs command in go…
Browse files Browse the repository at this point in the history
…ogle-drive-kit (#2463)
  • Loading branch information
aomarks authored Jul 8, 2024
1 parent a9def5c commit 6474053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-drive-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
]
},
"generate:graphs": {
"command": "mkdir graphs && ls dist/{export-file,list-files}.js | xargs -n1 -r -I{} ../breadboard-cli/dist/src/index.js make \"$PWD/{}\" -o \"$PWD/graphs/\" --format",
"command": "mkdir graphs && ls dist/{export-file,list-files,get-file-content}.js | xargs -n1 -r -I{} ../breadboard-cli/dist/src/index.js make \"$PWD/{}\" -o \"$PWD/graphs/\" --format",
"dependencies": [
"build:tsc",
"../breadboard-cli:build"
"../breadboard-cli:build:tsc"
],
"files": [],
"output": [
Expand Down

0 comments on commit 6474053

Please sign in to comment.