Skip to content

Commit

Permalink
Use Binary of Hive Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 11, 2024
1 parent d402c6f commit b6f6c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateways/hive-gateway/install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# It's just to install dependencies and make it ready for `run.sh` script
npx --yes @graphql-hive/gateway@0.1.4 --version
curl -sSL https://graphql-hive.com/install-gateway.sh | sh
2 changes: 1 addition & 1 deletion gateways/hive-gateway/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm start supergraph -- --cwd ./gateways/hive-gateway --test $1
npx --yes @graphql-hive/gateway@0.1.4 supergraph supergraph.graphql --port 4000 --fork 1
./hive-gateway supergraph supergraph.graphql --port 4000 --fork 1

0 comments on commit b6f6c53

Please sign in to comment.