mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-28 10:08:33 +00:00
make script errors fatal
This commit is contained in:
@@ -5,5 +5,5 @@ const log = require('npmlog')
|
||||
|
||||
vars.packagesWithDocs.forEach(([dest, src]) => {
|
||||
log.info('docs', src)
|
||||
sh.exec(`yarn typedoc --out docs/api/${dest} --tsconfig ${src}/tsconfig.typings.json ${src}/src/index.ts`)
|
||||
sh.exec(`yarn typedoc --out docs/api/${dest} --tsconfig ${src}/tsconfig.typings.json ${src}/src/index.ts`, { fatal: true })
|
||||
})
|
||||
|
Reference in New Issue
Block a user