Skip to content

Commit 435cdaf

Browse files
committed
Adds a lint command
1 parent e6332a9 commit 435cdaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"glob": "^7.1.6"
66
},
77
"scripts": {
8-
"build": "md-magic --path '**/*.md'"
8+
"build": "md-magic --path '**/*.md'",
9+
"lint": "node scripts/convertRelativeLinksToHardcoded.js **/*.md"
910
}
1011
}

0 commit comments

Comments
 (0)