From f2ec00ddbd41b42efd02ad7ef0d91ab74f029ac4 Mon Sep 17 00:00:00 2001 From: Timothy Leung Date: Wed, 11 Dec 2024 15:28:21 +0000 Subject: [PATCH] Update e2e.sandbox.todowidget --- packages/e2e.sandbox.todowidget/foundry.config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/e2e.sandbox.todowidget/foundry.config.json b/packages/e2e.sandbox.todowidget/foundry.config.json index bee5b8963..3c59b288c 100644 --- a/packages/e2e.sandbox.todowidget/foundry.config.json +++ b/packages/e2e.sandbox.todowidget/foundry.config.json @@ -4,8 +4,7 @@ "rid": "ri.viewregistry..view.fake", "directory": "./dist", "autoVersion": { - "type": "git-describe", - "tagPrefix": "" + "type": "package-json" } } }