Skip to content

Commit

Permalink
remove example-react and add new collaborators
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthebuidlr committed Jun 5, 2024
1 parent 1fb38b1 commit 3ab58d0
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 146,524 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,3 @@ jobs:

- name: Check build
run: yarn build

- name: Check react health example builds
working-directory: ./scripts/health/example-react
run: yarn install && yarn build
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ authors = [
"Gabe R. <[email protected]>",
"Larry Engineer <[email protected]>",
"Piotr B. <[email protected]>",
"Bob v.d. H. <[email protected]>",
"Mark Watney <[email protected]>",
"Spike Spiegel <[email protected]>",
"Brianna M. <[email protected]>",
"Ahmad Kaouk",
Expand Down
2 changes: 1 addition & 1 deletion scripts/codegen-tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["codegen"],
"exclude": ["deploy", "types", "utils", "build", "health/example-react"]
"exclude": ["deploy", "types", "utils", "build"]
}
Loading

0 comments on commit 3ab58d0

Please sign in to comment.