We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa032c7 commit 46cc114Copy full SHA for 46cc114
src/cmds/exec.js
@@ -28,7 +28,7 @@ export default {
28
bail: {
29
type: 'boolean',
30
describe: '',
31
- default: userConfig.build.bundle
+ default: userConfig.exec.bail
32
}
33
})
34
},
src/cmds/run.js
+ default: userConfig.run.bail
.positional('script', {
0 commit comments