Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Fix skip-if in build config (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Aug 17, 2023
1 parent b1f1827 commit 4d68ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4d68ede

Please sign in to comment.