Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
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 npm run dtslint from build and lint
  • Loading branch information
spacesailor24 committed May 13, 2021
commit 6d83ac7e81f674c8fd829e0539cfdfbec114564d
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