Skip to content

Commit

Permalink
Use stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 26, 2024
1 parent 01f4b80 commit a78168d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateways/mesh/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-mesh/[email protected]-alpha-20240826100406-67e75ba8acf7aca0d88205e2c50d4bc8003bb7cb --version
npx --yes @graphql-mesh/[email protected] --version
2 changes: 1 addition & 1 deletion gateways/mesh/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm start supergraph -- --cwd ./gateways/mesh --test $1
npx --yes @graphql-mesh/[email protected]-alpha-20240826100406-67e75ba8acf7aca0d88205e2c50d4bc8003bb7cb supergraph supergraph.graphql --port 4000 --fork 1
npx --yes @graphql-mesh/[email protected] supergraph supergraph.graphql --port 4000 --fork 1

0 comments on commit a78168d

Please sign in to comment.