File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ commander
55
55
throw new Error ( 'Cannot increment a build on a final release' ) ;
56
56
}
57
57
58
+ // debug
59
+ utils . run ( 'git status' ) ;
60
+
58
61
// Run pre-bump script.
59
62
utils . prebump ( ) ;
60
63
Original file line number Diff line number Diff line change @@ -146,16 +146,13 @@ extend-ignore = [
146
146
version-cmd = " jlpm run release:bump --force --skip-commit"
147
147
148
148
[tool .jupyter-releaser .hooks ]
149
- after-prep-git = [
150
- " python -m pip install --pre -U jupyterlab" ,
151
- " jlpm"
152
- ]
153
149
before-bump-version = [
150
+ " python -m pip install --pre -U jupyterlab" ,
151
+ " jlpm" ,
154
152
" jlpm run build:utils" ,
155
153
" python -m pip install hatch"
156
154
]
157
155
before-build-npm = [
158
- " jlpm clean" ,
159
156
" jlpm build:prod"
160
157
]
161
158
before-build-python = [
You can’t perform that action at this time.
0 commit comments