Skip to content

Commit ec8bc6c

Browse files
authored
Remove releaser config from package.json
1 parent 14c4451 commit ec8bc6c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,5 @@
128128
"extension": true,
129129
"outputDir": "jupyter_scheduler/labextension",
130130
"schemaDir": "schema"
131-
},
132-
"jupyter-releaser": {
133-
"hooks": {
134-
"before-build-npm": [
135-
"python -m pip install jupyterlab~=4.0",
136-
"jlpm",
137-
"jlpm build:prod"
138-
],
139-
"before-build-python": [
140-
"jlpm clean:all"
141-
]
142-
}
143131
}
144132
}

0 commit comments

Comments
 (0)