Skip to content

Commit 0ecad8b

Browse files
authored
Merge pull request #200 from marmelab/fix-make-install-node-example
Fix `make install` command to also properly install `node` example
2 parents 730f948 + 1c781db commit 0ecad8b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ help:
88

99
install: package.json ## Install dependencies
1010
@$(PKG) install
11+
@cd example/node && $(PKG) install
1112

1213
watch: ## continuously compile ES6 files to JS
1314
@yarn vite build --watch

example/node/yarn.lock

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ is-promise@^4.0.0:
547547
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
548548

549549
json-graphql-server@../../:
550-
version "3.2.1"
550+
version "3.3.0"
551551
dependencies:
552552
"@apollo/client" "^3.12.11"
553553
"@graphql-tools/schema" "^10.0.18"
@@ -560,9 +560,6 @@ json-graphql-server@../../:
560560
lodash.merge "^4.6.2"
561561
xhr-mock "^2.5.1"
562562

563-
"json-graphql-server@file:..":
564-
version "0.0.0"
565-
566563
lodash.merge@^4.6.2:
567564
version "4.6.2"
568565
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"

0 commit comments

Comments
 (0)