Skip to content

Commit

Permalink
bump version of hive gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Sep 9, 2024
1 parent 94254f0 commit 79f5dbf
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.1 --version
npx --yes @graphql-hive/gateway@0.1.4 --version
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.1 supergraph supergraph.graphql --port 4000 --fork 1
npx --yes @graphql-hive/gateway@0.1.4 supergraph supergraph.graphql --port 4000 --fork 1

0 comments on commit 79f5dbf

Please sign in to comment.