|
@@ -74,11 +74,7 @@
|
|
|
"remove:sibling": "node buildutils/lib/remove-package.js",
|
|
|
"test": "lerna run test --scope \"@jupyterlab/*\" --concurrency 1 --stream",
|
|
|
"test:all": "lerna run test --scope \"@jupyterlab/*\" --concurrency 1 --stream --no-bail",
|
|
|
- "test:chrome": "lerna run test:chrome --scope \"@jupyterlab/*\" --concurrency 1 --stream",
|
|
|
- "test:chrome-headless": "lerna run test:chrome-headless --scope \"@jupyterlab/*\" --concurrency 1 --stream",
|
|
|
"test:examples": "python examples/test_examples.py",
|
|
|
- "test:firefox": "lerna run test:firefox --scope \"@jupyterlab/*\" --concurrency 1 --stream",
|
|
|
- "test:ie": "lerna run test:ie --scope \"@jupyterlab/*\" --concurrency 1 --stream",
|
|
|
"test:scope": "lerna run test --concurrency 1 --stream",
|
|
|
"test:summary": "lerna run test --scope \"@jupyterlab/test-*\" --parallel --no-bail | grep -Ei '.* test.*(failed|passed|total|completed|skipped)' | sort",
|
|
|
"update:dependency": "node buildutils/lib/update-dependency.js --lerna",
|
|
@@ -89,7 +85,7 @@
|
|
|
"husky": {
|
|
|
"hooks": {
|
|
|
"pre-commit": "lint-staged",
|
|
|
- "pre-push": "jlpm run integrity"
|
|
|
+ "pre-push": "jlpm run integrity --force"
|
|
|
}
|
|
|
},
|
|
|
"dependencies": {},
|