Skip to content

Commit ae6a3be

Browse files
committed
devop: added check for missing links
1 parent a51f83c commit ae6a3be

File tree

2 files changed

+280
-1
lines changed

2 files changed

+280
-1
lines changed

checkDirectory.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ const whitelist = [
3131
'src',
3232
'validateObject.js',
3333
'.vscode',
34-
'utils.js'
34+
'utils.js',
35+
'checkMissingLinks.js'
3536
];
3637

3738
function checkDirectory() {

0 commit comments

Comments
 (0)