|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
- "pre-publish": "cd buildutils && npm run build && cd .. && node buildutils/lib/prepublish.js",
|
|
|
+ "pre-publish": "jlpm && cd buildutils && npm run build && cd .. && node buildutils/lib/prepublish.js",
|
|
|
"add:sibling": "node buildutils/lib/add-sibling.js",
|
|
|
"build": "jlpm run build:dev",
|
|
|
"build:core": "cd jupyterlab/staging && jlpm && jlpm run build",
|
|
@@ -20,7 +20,7 @@
|
|
|
"clean:dev": "cd dev_mode && jlpm run clean",
|
|
|
"clean:examples": "node buildutils/lib/clean-packages.js examples",
|
|
|
"clean:packages": "node buildutils/lib/clean-packages.js packages",
|
|
|
- "clean:slate": "python clean.py && python -m pip uninstall -y jupyterlab && python -m pip install -v -e .",
|
|
|
+ "clean:slate": "python clean.py && python -m pip install -v -e .",
|
|
|
"clean:src": "jlpm run clean",
|
|
|
"clean:test": "lerna run clean --scope \"@jupyterlab/test-*\"",
|
|
|
"clean:utils": "cd buildutils && jlpm run clean",
|
|
@@ -79,7 +79,8 @@
|
|
|
},
|
|
|
"husky": {
|
|
|
"hooks": {
|
|
|
- "pre-commit": "jlpm run integrity && lint-staged"
|
|
|
+ "pre-commit": "lint-staged",
|
|
|
+ "pre-push": "jlpm run integrity"
|
|
|
}
|
|
|
},
|
|
|
"workspaces": [
|