From 71cdf9ec20f20eee8f8946b8d4f620a48c684278 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Wed, 26 Dec 2018 15:17:43 -0600 Subject: [PATCH] chore: reduce the noise of testing the files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ea5f12..fe7234f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "pajv": "^1.2.0" }, "scripts": { - "test": "pajv -s src/schema/entry.json -d 'src/dictionary/*/*.yaml'" + "test": "pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' > /dev/null" }, "commitlint": { "extends": [