nx/e2e/utils/global-teardown.ts

7 lines
166 B
TypeScript

export default function () {
if (global.nxLocalRegistryProcess) {
global.nxLocalRegistryProcess.kill();
console.log('Killed local registry process');
}
}