@@ -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 || :