From 1c781dbfbc864b39f5b0333fb473b0f3c7b18217 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kaiser Date: Wed, 27 Aug 2025 09:55:41 +0200 Subject: [PATCH] Fix `make install` command to also properly install `node` example --- Makefile | 1 + example/node/yarn.lock | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 15aa1f1..fca57fe 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ help: install: package.json ## Install dependencies @$(PKG) install + @cd example/node && $(PKG) install watch: ## continuously compile ES6 files to JS @yarn vite build --watch diff --git a/example/node/yarn.lock b/example/node/yarn.lock index ab4f78b..261b733 100644 --- a/example/node/yarn.lock +++ b/example/node/yarn.lock @@ -547,7 +547,7 @@ is-promise@^4.0.0: integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== json-graphql-server@../../: - version "3.2.1" + version "3.3.0" dependencies: "@apollo/client" "^3.12.11" "@graphql-tools/schema" "^10.0.18" @@ -560,9 +560,6 @@ json-graphql-server@../../: lodash.merge "^4.6.2" xhr-mock "^2.5.1" -"json-graphql-server@file:..": - version "0.0.0" - lodash.merge@^4.6.2: version "4.6.2" resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"