Browse Source

query-node: update build.sh script

metmirr 4 years ago
parent
commit
1a4d36bdaa
1 changed files with 5 additions and 2 deletions
  1. 5 2
      query-node/build.sh

+ 5 - 2
query-node/build.sh

@@ -11,7 +11,10 @@ set +a
 
 yarn clean
 
-yarn codegen
-# yarn codegen:noinstall
+yarn codegen:noinstall
+
+# We run yarn again to ensure graphql-server dependencies are installed
+# and are inline with root workspace resolutions
+yarn
 
 ln -s ../../../../../node_modules/typeorm/cli.js generated/graphql-server/node_modules/.bin/typeorm || :