Yarn workspace monorepo not building on pages
Any idea why the build fails? I've tried numerous combinations for the build configs and can't seem to get it to work
{
"private": true,
"workspaces": ["packages/**"],
"nohoist": [
"**/react-native",
"**/react-native/**",
"jetifier",
"react-native-safe-area-context",
"react-native-screens",
"@react-native-community/**",
"@react-navigation/**"
]
}13:28:37.376 Verify run directory
13:28:37.376 Executing user command: yarn build
13:28:37.380 /opt/build/bin/build: line 39: yarn: command not found
13:28:37.386 Failed: build command exited with code: 127
13:28:38.241 Failed: error occurred while running build command