Skip to content

Commit 7e357aa

Browse files
nschonniTrott
authored andcommitted
chore: Expand CI test globs (#34)
Fixes #31
1 parent 31f2242 commit 7e357aa

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "prettier index.js --write",
8-
"test-ci": "remark tmp/doc/**/*.md --use . --frail --quiet"
8+
"test-ci": "remark \"tmp/*.md\" \"tmp/doc/**/*.md\" \"tmp/lib/**/*.md\" \"tmp/benchmark/**/*.md\" \"tmp/test/[a-eg-z]*/**/*.md\" \"tmp/tools/doc/*.md\" \"tmp/tools/icu/**/*.md\" --use . -fq"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)