MCPcopy
hub / github.com/commitizen/cz-cli / after

Function after

test/tools/clean.js:29–31  ·  view source on GitHub ↗
(tmpPath, preserve)

Source from the content-addressed store, hash-verified

27// After should listen to the user via the config
28// Before should always purge .tmp irregardless of config
29function after (tmpPath, preserve) {
30 clean(tmpPath, preserve);
31}
32
33/**
34 * Copies the .tmp folder to the artifacts folder,

Callers 4

commit.jsFile · 0.85
init.jsFile · 0.85
adapter.jsFile · 0.85
staging.jsFile · 0.85

Calls 1

cleanFunction · 0.85

Tested by

no test coverage detected