From 03f447333f88c1c15db4c5c09ac2b443d437da22 Mon Sep 17 00:00:00 2001 From: Dou Du Date: Wed, 5 Jun 2024 16:37:00 +0800 Subject: [PATCH] try to fix the check-release --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ac9f376..0d88912 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "url": "https://github.com/osscar-org/jupyterlab-mol-visualizer.git" }, "workspaces": [ - "ui-tests" + "ui-tests", + ".jupyter_releaser_checkout" ], "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",