mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-08 22:17:59 -05:00
Fiddle with exports again
This commit is contained in:
@@ -71,7 +71,7 @@ function runCheck(
|
||||
}
|
||||
|
||||
// Set `exitToShell` to false to continue processing after running checks (e.g. while building)
|
||||
const runChecks = (reporter = customReporter, exitToShell = true) => {
|
||||
export const runChecks = (reporter = customReporter, exitToShell = true) => {
|
||||
|
||||
var allOk = true
|
||||
|
||||
@@ -172,5 +172,3 @@ const runChecks = (reporter = customReporter, exitToShell = true) => {
|
||||
process.exit(allOk ? 0 : 2)
|
||||
}
|
||||
}
|
||||
|
||||
export default runChecks
|
||||
|
||||
Reference in New Issue
Block a user