Skip to content

Commit e46031a

Browse files
committed
chore: 临时禁用发布前的代码质量检查和测试
1 parent 672bbc6 commit e46031a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ export default {
44
// 是否检查工作目录
55
checkWorkingDirectory: true,
66
// 是否运行测试
7-
runTests: true,
7+
runTests: false,
88
// 是否检查代码质量
9-
checkCodeQuality: true,
9+
checkCodeQuality: false,
1010
// 是否检查远程版本冲突
1111
checkVersionConflicts: true,
1212
},

0 commit comments

Comments
 (0)