Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteedfc74

Browse files
committed
Runbuild:utils before bumping
1 parent13fe21b commiteedfc74

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)

[8]ページ先頭

©2009-2025 Movatter.jp