From 0adba930c54251c5cc11524f6bd0b6ebe3fcf4b1 Mon Sep 17 00:00:00 2001 From: MantisClone Date: Thu, 17 Nov 2022 17:43:10 -0500 Subject: [PATCH 1/2] Build packages in dependency order --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index f50ee4ad..4c47bd64 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "private": true, "workspaces": { "packages": [ + "packages/shared", + "packages/request-ui", "packages/*" ] } From 3e253491e6e59c7743385c3d5cc11d83844df0df Mon Sep 17 00:00:00 2001 From: MantisClone Date: Thu, 17 Nov 2022 17:48:33 -0500 Subject: [PATCH 2/2] Disable gnosis-safe app, failing due to error: > request-gnosis-safe yarn run v1.22.19 $ NODE_OPTIONS=--max_old_space_size=8192 react-scripts build Creating an optimized production build... Failed to compile. /home/david/projects/request-apps/packages/gnosis-safe/src/components/CreateRequest.tsx TypeScript error in /home/david/projects/request-apps/packages/gnosis-safe/src/components/CreateRequest.tsx(113,23): Property 'DaiIcon' does not exist on type 'typeof import("/home/david/projects/request-apps/packages/request-ui/dist/currencies/index")'. TS2339 111 | if (network === 1) { 112 | return { > 113 | DAI: currencies.DaiIcon, | ^ 114 | ETH: currencies.EthIcon, 115 | // USDT: UsdtIcon, 116 | USDC: currencies.UsdcIcon, error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed. Exit code: 1 Command: /home/david/.nvm/versions/node/v16.10.0/bin/node Arguments: /home/david/.nvm/versions/node/v16.10.0/lib/node_modules/yarn/lib/cli.js run build Directory: /home/david/projects/request-apps/packages/gnosis-safe Output: info Visit https://yarnpkg.com/en/docs/cli/workspaces for documentation about this command. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c47bd64..07e2fb65 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "packages": [ "packages/shared", "packages/request-ui", - "packages/*" + "packages/create", + "packages/pay" ] } } \ No newline at end of file