We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ant-design
Learn more about funding links in repositories.
Report abuse
1 parent f6c1582 commit 08beabfCopy full SHA for 08beabf
scripts/check-commit.js
@@ -42,7 +42,7 @@ async function checkCommit({ files }) {
42
43
async function checkRemote() {
44
const { remote } = await git.fetch('origin', 'master');
45
- if (remote.indexOf('ant-design/ant-design') === -1 || true) {
+ if (remote.indexOf('ant-design/ant-design') === -1) {
46
console.log(chalk.yellow('😓 Your remote origin is not ant-design. Do you fork it?'));
47
exitProcess();
48
}
0 commit comments