We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6332a9 commit 435cdafCopy full SHA for 435cdaf
package.json
@@ -5,6 +5,7 @@
5
"glob": "^7.1.6"
6
},
7
"scripts": {
8
- "build": "md-magic --path '**/*.md'"
+ "build": "md-magic --path '**/*.md'",
9
+ "lint": "node scripts/convertRelativeLinksToHardcoded.js **/*.md"
10
}
11
0 commit comments