From cf3d732f5bda199b8a02cfa24007ee7122ab19fc Mon Sep 17 00:00:00 2001 From: Lemonadeccc <82374719+Lemonadeccc@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:12:26 +0800 Subject: [PATCH] chore: remove broken check-commit script (#56216) --- package.json | 1 - scripts/test-all.sh | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/package.json b/package.json index 60de5e4663..c35771e8d0 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "authors": "tsx scripts/generate-authors.ts", "build": "npm run compile && cross-env NODE_OPTIONS='--max-old-space-size=4096' npm run dist", "changelog": "npm run lint:changelog && tsx scripts/print-changelog.ts", - "check-commit": "tsx scripts/check-commit.ts", "clean": "antd-tools run clean && rimraf es lib coverage locale dist report.html artifacts.zip oss-artifacts.zip", "clean:lockfiles": "rimraf package-lock.json yarn.lock", "precompile": "npm run prestart", diff --git a/scripts/test-all.sh b/scripts/test-all.sh index c0ba9b5f35..392e6f79ce 100755 --- a/scripts/test-all.sh +++ b/scripts/test-all.sh @@ -1,7 +1,7 @@ #!/bin/bash # Full skip argms -# npm run test-all -- --skip-changelog --skip-commit --skip-lint --skip-build --skip-dekko --skip-dist --skip-es --skip-lib --skip-test --skip-node +# npm run test-all -- --skip-changelog --skip-lint --skip-build --skip-dekko --skip-dist --skip-es --skip-lib --skip-test --skip-node # Check exist argument has_arg() { @@ -27,14 +27,6 @@ else echo "[TEST ALL] test changelog...skip" fi -if ! has_arg '--skip-commit' "$@"; then - echo "[TEST ALL] check-commit" - echo "[TEST ALL] check-commit" > ~test-all.txt - npm run check-commit -else - echo "[TEST ALL] check-commit...skip" -fi - if ! has_arg '--skip-lint' "$@"; then echo "[TEST ALL] lint" echo "[TEST ALL] lint" > ~test-all.txt