Skip to content

Commit 6fdd1cb

Browse files
weifangchenlenqwang
authored andcommitted
fix: remove redundant code
1 parent d6b8054 commit 6fdd1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = (api, options) => {
2121
},
2222
(args) => {
2323
const { key, inspect } = args
24-
const immediate = typeof inspect === 'undefined' && !inspect
24+
const immediate = typeof inspect === 'undefined'
2525
const config = resolveBuild(api, options, key, immediate)
2626

2727
if (!immediate) {

0 commit comments

Comments
 (0)