Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored Apr 5, 2024
1 parent 17dfb65 commit 032bfcc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies = [
"aiodocker~=0.19",
"dockerspawner~=12.1",
"jupyter_client>=6.1,<8",
"httpx",
"httpx"
]
dynamic = ["version"]
license = { file = "LICENSE" }
license = {file = "LICENSE"}
name = "tljh-repo2docker"
readme = "README.md"

Expand Down Expand Up @@ -52,14 +52,14 @@ build_dir = "tljh_repo2docker/static/js"
npm = ["npm"]
source_dir = "src"

[tool.jupyter-releaser]
skip = ["check_npm"]

[tool.jupyter-releaser.options]
version_cmd = "hatch version"

[tool.jupyter-releaser.hooks]
before-build-npm = ["npm install", "npm run build:prod"]
before-build-npm = [
"npm install",
"npm run build:prod",
]
before-build-python = ["npm run clean"]
before-bump-version = ["python -m pip install hatch"]

Expand Down

0 comments on commit 032bfcc

Please sign in to comment.