Skip to content

Commit

Permalink
Add dev-install.sh to hook
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Oct 15, 2021
1 parent 108c375 commit 24f20c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ src = "ipywidgets/_version.py"
skip = ["check-links", "check-manifest"]

[tool.jupyter-releaser.hooks]
before-bump-version = ["python -m pip install bump2version jupyterlab~=3.0"]
before-bump-version = ["python -m pip install bump2version jupyterlab~=3.0", "./dev-install.sh"]
before-build-npm = ["python -m pip install jupyterlab~=3.0", "jlpm clean", "jlpm build:prod"]
before-build-python = ["jlpm clean"]

Expand Down
1 change: 0 additions & 1 deletion widgetsnbextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"backbone": "1.4.0"
},
"devDependencies": {
"lerna": "^4.0.0",
"css-loader": "^5.2.6",
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
Expand Down

0 comments on commit 24f20c1

Please sign in to comment.