From c577381374889165b729f0c692022a7a758b5f3c Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Tue, 3 Dec 2024 15:25:25 +0100 Subject: [PATCH] Fix CI config --- config/ci.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/ci.json b/config/ci.json index be121e567..6a7b506c1 100644 --- a/config/ci.json +++ b/config/ci.json @@ -1,7 +1,5 @@ { "@opentermsarchive/engine": { - "services": { - "declarationsPath": "./demo-declarations/declarations" - } + "collectionPath": "./demo-declarations/" } }