import { Runner } from './runner'; export class YarnRunner extends Runner { constructor() { super('yarn'); } }