-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add npx scripts and workflows for isolated testing
- Loading branch information
Showing
2 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"commands": [ | ||
{ | ||
"name": "npm init @google-labs/breadboard", | ||
"script": [ | ||
"npm init @google-labs/breadboard" | ||
] | ||
}, | ||
{ | ||
"name": "npx cli run", | ||
"script": [ | ||
"wget https//raw.githubusercontent.com/ExaDev-io/breadboard-samples/develop/samples/Breadboard%20Walkthrough/src/hello-world/board.json -O board.json", | ||
"npx @google-labs/breadboard-cli run board.json" | ||
] | ||
}, | ||
{ | ||
"name": "install + npx cli run", | ||
"script": [] | ||
}, | ||
{ | ||
"name": "install x2 + npx cli run", | ||
"script": [] | ||
}, | ||
{ | ||
"name": "install + npx breadboard run", | ||
"script": [] | ||
}, | ||
{ | ||
"name": "npx cli mermaid", | ||
"script": [] | ||
}, | ||
{ | ||
"name": "install + npx cli mermaid", | ||
"script": [] | ||
}, | ||
{ | ||
"name": "install x2 + npx cli mermaid", | ||
"script": [] | ||
}, | ||
{ | ||
"name": "install + npx breadboard mermaid", | ||
"script": [] | ||
}, | ||
{ | ||
"script": [], | ||
"name": "npm init" | ||
}, | ||
{ | ||
"script": [], | ||
"name": "npx create" | ||
}, | ||
{ | ||
"script": [], | ||
"name": "install + npx create" | ||
}, | ||
{ | ||
"script": [], | ||
"name": "npm init kit" | ||
}, | ||
{ | ||
"script": [], | ||
"name": "npx create-kit" | ||
}, | ||
{ | ||
"script": [], | ||
"name": "install + npx create-kit" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters