Skip to content

Commit a6b9370

Browse files
committed
feat: support release.config.cjs
1 parent 8e591cd commit a6b9370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/getConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const CONFIG_FILES = [
1111
`.${CONFIG_NAME}rc.js`,
1212
`.${CONFIG_NAME}rc.cjs`,
1313
`${CONFIG_NAME}.config.js`,
14+
`${CONFIG_NAME}.config.cjs`,
1415
];
1516

1617
/**

0 commit comments

Comments
 (0)