Skip to content

Commit 323f8a8

Browse files
committed
fix: no use require to run
1 parent 625247c commit 323f8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const option = args._[0];
2929
switch (option) {
3030
case 'verify-commit':
3131
// eslint-disable-next-line global-require
32-
require('./dist/verifyCommit')({ cwd, ...args });
32+
require('./dist/verifyCommit');
3333
break;
3434

3535
default:

0 commit comments

Comments
 (0)