We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build:utils
1 parent 13fe21b commit eedfc74Copy full SHA for eedfc74
package.json
@@ -23,6 +23,7 @@
23
"build": "lerna run build",
24
"build:prod": "lerna run build:prod",
25
"build:test": "lerna run build:test",
26
+ "build:utils": "cd buildutils && npm run build",
27
"clean": "lerna run clean",
28
"develop": "jupyter labextension develop . --overwrite && node ./buildutils/lib/develop.js --overwrite",
29
"eslint": "eslint . --ext .ts,.tsx --fix",
@@ -69,7 +70,10 @@
69
70
"before-build-python": [
71
"jlpm clean"
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
+ ]
77
},
78
"options": {
79
"version-cmd": [
0 commit comments