mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
93468211d6
* chore: update eslint * chore: update rules and style * chore: aling formatting * chore: update ci rules * chore: aling formatting * chore: aling formatting
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
module.exports = async function () {
|
|
// @ts-ignore
|
|
global.registryProcess.kill();
|
|
};
|