소스 검색

query-node: update build.sh script

metmirr 4 년 전
부모
커밋
1a4d36bdaa
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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 || :