Skip to content

Commit 14ef323

Browse files
committed
Update lint command in package.json to use glob pattern for documentation files
1 parent b8167f3 commit 14ef323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vocs dev",
88
"build": "vocs build",
99
"preview": "vocs preview",
10-
"lint": "remark ./**/*.mdx --frail"
10+
"lint": "remark './docs/**/*.mdx' --frail"
1111
},
1212
"dependencies": {
1313
"react": "latest",

0 commit comments

Comments
 (0)