|
@@ -25,6 +25,9 @@ yarn format
|
|
|
# and are inline with root workspace resolutions
|
|
|
yarn
|
|
|
|
|
|
+# Add missing typeorm binary symlink
|
|
|
+ln -s ../../../../../node_modules/typeorm/cli.js ./generated/graphql-server/node_modules/.bin/typeorm
|
|
|
+
|
|
|
yarn workspace query-node codegen
|
|
|
yarn workspace query-node build:prod
|
|
|
|