Skip to content

Commit

Permalink
Small improvement to generate:graphs command in google-drive-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jul 8, 2024
1 parent 77fd526 commit cff2102
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 cff2102

Please sign in to comment.