Skip to content

Commit af51bd6

Browse files
committed
Removes duplicated releaser config
1 parent 0db8ddd commit af51bd6

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,5 @@
8888
"jupyterlab": {
8989
"extension": true,
9090
"outputDir": "jupyterlab_lego_boost/labextension"
91-
},
92-
"jupyter-releaser": {
93-
"hooks": {
94-
"before-build-npm": [
95-
"python -m pip install jupyterlab",
96-
"jlpm"
97-
],
98-
"before-build-python": [
99-
"jlpm clean:all"
100-
]
101-
}
10291
}
10392
}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ ignore = ["jupyterlab_lego_boost/labextension/**", "yarn.lock", ".*", "package-l
1919
[tool.jupyter-releaser.hooks]
2020
before-build-npm = ["python -m pip install jupyterlab~=3.4", "jlpm"]
2121
before-build-python = ["jlpm clean:all"]
22-

0 commit comments

Comments
 (0)