Skip to content

Commit 9b09579

Browse files
committed
make @packages/graphql wait for dependencies to be built before running nexus-build
1 parent 4ea9842 commit 9b09579

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/graphql/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
"outputs": [
7474
"{projectRoot}/src/gen/nxs.gen.ts",
7575
"{projectRoot}/schemas/schema.graphql"
76+
],
77+
"dependsOn": [
78+
"^build"
7679
]
7780
},
7881
"build": {

0 commit comments

Comments
 (0)