| 14 | import {Log} from '../../utils/logging.js'; |
| 15 | |
| 16 | export abstract class NpmCommand { |
| 17 | /** |
| 18 | * Runs NPM publish within a specified package directory. |
| 19 | * @throws With the process log output if the publish failed. |
nothing calls this directly
no outgoing calls
no test coverage detected