Skip to content

Commit

Permalink
Remove dtslint from ci scripts (#4064)
Browse files Browse the repository at this point in the history
* Remove web3-eth-ens as dependency

* Regen package-locks and build lib

* Remove npm run dtslint from build and lint
  • Loading branch information
spacesailor24 committed May 13, 2021
1 parent 360b96a commit 444bce7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 444bce7

Please sign in to comment.