Skip to content

Commit

Permalink
refactor: Rename autogen (tailcallhq#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbdays authored Apr 12, 2024
1 parent dfbb6f0 commit f1bff57
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ default = ["cli", "js"]
[workspace]
members = [
".",
"autogen",
"tailcall-autogen",
"tailcall-aws-lambda",
"tailcall-cloudflare",
"tailcall-query-plan",
Expand Down
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ run_prettier() {

run_autogen_schema() {
MODE=$1
cargo run -p autogen $MODE
cargo run -p tailcall-autogen $MODE
return $?
}

Expand Down
2 changes: 1 addition & 1 deletion autogen/Cargo.toml → tailcall-autogen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "autogen"
name = "tailcall-autogen"
version = "0.1.0"
edition = "2021"

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f1bff57

Please sign in to comment.