Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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
  • Loading branch information
Wyatt Barnes authored May 13, 2021
commit 444bce76c8f6c183cb0389dc1de42b436016694b
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