mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
Run build:utils
before bumping
This commit is contained in:
parent
13fe21b3a0
commit
eedfc74a04
@ -23,6 +23,7 @@
|
||||
"build": "lerna run build",
|
||||
"build:prod": "lerna run build:prod",
|
||||
"build:test": "lerna run build:test",
|
||||
"build:utils": "cd buildutils && npm run build",
|
||||
"clean": "lerna run clean",
|
||||
"develop": "jupyter labextension develop . --overwrite && node ./buildutils/lib/develop.js --overwrite",
|
||||
"eslint": "eslint . --ext .ts,.tsx --fix",
|
||||
@ -69,7 +70,10 @@
|
||||
"before-build-python": [
|
||||
"jlpm clean"
|
||||
],
|
||||
"before-bump-version": "python -m pip install hatch"
|
||||
"before-bump-version": [
|
||||
"jlpm run build:utils",
|
||||
"python -m pip install hatch"
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"version-cmd": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user