| I have a monorepo with frontend , backend and my-common yarn workspaces. +– node_modules +– package.json +– tsconfig.json +– buildspec.yml +– my-common | +– package.json | +– tsconfig.json | +– src | +– index.ts +– backend | +– package.json | +– tsconfig.json | +– src | … +– frontend | +– package.json | +– tsconfig.json | +– src | … |