Skip to content

Commit 7321d6c

Browse files
ci(travis): fix script npm run lint:dts
1 parent da6fc12 commit 7321d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script:
77
# Lint last commit message from history
88
- npx commitlint --from=HEAD~1
99
- npm run lint
10-
- npm run dtslint
10+
- npm run lint:dts
1111
- npm run test:coverage
1212
- npm run build
1313
- npm run benchmark

0 commit comments

Comments
 (0)