Skip to content

Commit cf6dc5f

Browse files
committed
Update hooks
1 parent 89c9e7e commit cf6dc5f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildutils/src/release-bump.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ commander
5555
throw new Error('Cannot increment a build on a final release');
5656
}
5757

58+
// debug
59+
utils.run('git status');
60+
5861
// Run pre-bump script.
5962
utils.prebump();
6063

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,13 @@ extend-ignore = [
146146
version-cmd = "jlpm run release:bump --force --skip-commit"
147147

148148
[tool.jupyter-releaser.hooks]
149-
after-prep-git = [
150-
"python -m pip install --pre -U jupyterlab",
151-
"jlpm"
152-
]
153149
before-bump-version = [
150+
"python -m pip install --pre -U jupyterlab",
151+
"jlpm",
154152
"jlpm run build:utils",
155153
"python -m pip install hatch"
156154
]
157155
before-build-npm = [
158-
"jlpm clean",
159156
"jlpm build:prod"
160157
]
161158
before-build-python = [

0 commit comments

Comments
 (0)