We’re using yarn/webpack across our monorepo currently, but have a new service that has dependencies that don’t seem to play well with webpack. Manually deploying after building with npm works fine
Is it possible to set up that specific service in SEED such that it uses npm instead of yarn for this specific service?