Skip to content

Commit eedfc74

Browse files
committed
Run build:utils before bumping
1 parent 13fe21b commit eedfc74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"build": "lerna run build",
2424
"build:prod": "lerna run build:prod",
2525
"build:test": "lerna run build:test",
26+
"build:utils": "cd buildutils && npm run build",
2627
"clean": "lerna run clean",
2728
"develop": "jupyter labextension develop . --overwrite && node ./buildutils/lib/develop.js --overwrite",
2829
"eslint": "eslint . --ext .ts,.tsx --fix",
@@ -69,7 +70,10 @@
6970
"before-build-python": [
7071
"jlpm clean"
7172
],
72-
"before-bump-version": "python -m pip install hatch"
73+
"before-bump-version": [
74+
"jlpm run build:utils",
75+
"python -m pip install hatch"
76+
]
7377
},
7478
"options": {
7579
"version-cmd": [

0 commit comments

Comments
 (0)