Skip to content

Commit 7993fb7

Browse files
committed
fix: add graphql-query as devDependency of server-test for runtime sub-path resolution
The cli-e2e tests spawn child processes that need to resolve @constructive-io/graphql-query/runtime via NODE_PATH. Adding the package as a devDependency so pnpm creates a symlink in server-test/node_modules, making the exports field accessible.
1 parent d4e917d commit 7993fb7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

graphql/server-test/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@0no-co/graphql.web": "^1.2.0",
3333
"@agentic-kit/ollama": "^1.0.3",
3434
"@constructive-io/graphql-codegen": "workspace:^",
35+
"@constructive-io/graphql-query": "workspace:^",
3536
"@types/express": "^5.0.6",
3637
"@types/pg": "^8.18.0",
3738
"@types/supertest": "^7.2.0",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)