From 0c6e567d00a1d16a6e94e8f4141f41cb1eeefdbf Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Wed, 26 Dec 2018 15:21:11 -0600 Subject: [PATCH] chore: making the error messages easier to read for humans --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe7234f..1528e43 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "pajv": "^1.2.0" }, "scripts": { - "test": "pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' > /dev/null" + "test": "pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' --errors=text > /dev/null" }, "commitlint": { "extends": [