From 444bce76c8f6c183cb0389dc1de42b436016694b Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Thu, 13 May 2021 14:25:05 -0500 Subject: [PATCH] Remove dtslint from ci scripts (#4064) * Remove web3-eth-ens as dependency * Regen package-locks and build lib * Remove npm run dtslint from build and lint --- scripts/ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index 5ebf47c9016..498aaa20e7b 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -15,7 +15,6 @@ if [ "$TEST" = "unit" ]; then elif [ "$TEST" = "build_and_lint" ]; then npm run build - npm run dtslint npm run depcheck npm run bundlesize