Skip to content

Commit

Permalink
chore: Expand CI test globs (#34)
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
nschonni authored and Trott committed Oct 16, 2019
1 parent 31f2242 commit 7e357aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "prettier index.js --write",
"test-ci": "remark tmp/doc/**/*.md --use . --frail --quiet"
"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"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7e357aa

Please sign in to comment.