Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
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