From c45395dfde5969c8ca4baf385b1071d95368e9d3 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Thu, 8 Nov 2018 09:59:27 +0100 Subject: [PATCH] Fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bff4ef2..dec8275 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "NGSI-LD Schema Compilation", "main": "index.js", "scripts": { - "test": "ajv compile -s schema/Entity.json -r schema/common.json -r schema/geometry-schema.json" + "test": "scripts/validate_schema.sh" }, "repository": { "type": "git", -- GitLab