Skip to content

Commit cc58398

Browse files
Skip dtslint in older node versions (#444)
1 parent b7072bc commit cc58398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ then
88
npm run test-es5
99
else
1010
npm run test-es6
11-
fi
1211
npm run dtslint
12+
fi
1313

0 commit comments

Comments
 (0)