import * as fs from 'fs-extra' import * as path from 'path' export const isLocalMarkedAsPublished = (packageDir: string) => fs.existsSync(path.join(packageDir, `.published`))