Skip to content

Commit

Permalink
chore: Expand CI test globs
Browse files Browse the repository at this point in the history
Releated to #31
Doesn't include tools/doc or test
  • Loading branch information
nschonni committed Oct 15, 2019
1 parent 7722c10 commit 764980f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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/**/*.md tmp/tools/icu/**/*.md --use . -fq"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 764980f

Please sign in to comment.