UNPKG

runok

Version:

NPM scripts on steroids! Replace your scripts with pure JS

17 lines 282 B
/** * Prevents execution of next tasks on fail: * * ```js * stopOnFail(); * ``` * * Ignore failures and continue: * * ```js * stopOnFail(false); * ``` * * @param stop */ export default function stopOnFail(stop?: boolean): void; //# sourceMappingURL=stopOnFail.d.ts.map