UNPKG
runok
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
0.9.0
NPM scripts on steroids! Replace your scripts with pure JS
github.com/consolidation/runio
runok
/
dist
/
utils
/
stopOnFail.d.ts
17 lines
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** * 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