diff --git a/scripts/run.sh b/scripts/run.sh
index fd8cc73ec0022e878f6f4eafafc01b685ac85de1..1e5a5b3e70d79bef3421bf896a91560aa1300c49 100755
--- a/scripts/run.sh
+++ b/scripts/run.sh
@@ -8,10 +8,6 @@ shift
 set -x
 
 for file in **/Cargo.toml; do
-	if [ "$file" == "xtokens/Cargo.toml" ] || [ "$file" == "xcm-support/Cargo.toml" ] || [ "$file" == "unknown-tokens/Cargo.toml" ]
-		then
-			continue
-	fi
 	cargo $COMMAND --manifest-path "$file" $@;
 done