mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
Build prod assets on release (#216)
* Build prod assets on release * Remove publish script
This commit is contained in:
parent
84ef2c889c
commit
f7510d4fd7
@ -30,7 +30,6 @@
|
||||
"integrity": "node buildutils/lib/ensure-repo.js",
|
||||
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
|
||||
"prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
|
||||
"publish": "yarn run clean && yarn run build && lerna publish",
|
||||
"release:bump": "node ./buildutils/lib/release-bump.js",
|
||||
"release:patch": "node ./buildutils/lib/release-patch.js",
|
||||
"start": "jupyter retro --config ./app/test/jupyter_server_config.py --no-browser",
|
||||
@ -72,6 +71,10 @@
|
||||
},
|
||||
"jupyter-releaser": {
|
||||
"hooks": {
|
||||
"before-build-npm": [
|
||||
"jlpm",
|
||||
"jlpm run build:prod"
|
||||
],
|
||||
"before-bump-version": "python -m pip install bump2version"
|
||||
},
|
||||
"options": {
|
||||
|
Loading…
Reference in New Issue
Block a user