From 4d68ede41c34003f9cf947b8c0890e5fc0489546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Thu, 17 Aug 2023 17:11:20 +0200 Subject: [PATCH] Fix skip-if in build config (#9) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6b58e2..deb9b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ build-function = "hatch_jupyter_builder.npm_builder" ensured-targets = [ "jupyterlab_recents/labextension/package.json", ] -skip-if-exists = ["jupyterlab_recents/labextension/static/index.js"] +skip-if-exists = ["jupyterlab_recents/labextension/static/style.js"] [tool.hatch.build.hooks.jupyter-builder.build-kwargs] build_cmd = "build:prod"