|
@@ -69,19 +69,19 @@
|
|
|
"remove:package": "node buildutils/lib/remove-package.js",
|
|
|
"remove:sibling": "node buildutils/lib/remove-package.js",
|
|
|
"test": "lerna run test --scope \"@jupyterlab/test-*\" --concurrency 1 --stream",
|
|
|
+ "test:all": "lerna run test --scope \"@jupyterlab/test-*\" --concurrency 1 --stream --no-bail",
|
|
|
"test:chrome": "lerna run test:chrome --scope \"@jupyterlab/test-*\" --concurrency 1 --stream",
|
|
|
"test:chrome-headless": "lerna run test:chrome-headless --scope \"@jupyterlab/test-*\" --concurrency 1 --stream",
|
|
|
"test:examples": "python examples/test_examples.py",
|
|
|
"test:firefox": "lerna run test:firefox --scope \"@jupyterlab/test-*\" --concurrency 1 --stream",
|
|
|
"test:ie": "lerna run test:ie --scope \"@jupyterlab/test-*\" --concurrency 1 --stream",
|
|
|
+ "test:summary": "lerna run test --scope \"@jupyterlab/test-*\" --parallel --no-bail | grep -Ei '.* test.*(failed|passed|total|completed|skipped)' | sort",
|
|
|
"tslint": "tslint --fix -c tslint.json --project tsconfigbase.json '**/*{.ts,.tsx}'",
|
|
|
"tslint:check": "tslint -c tslint.json --project tsconfigbase.json '**/*{.ts,.tsx}'",
|
|
|
"update:dependency": "node buildutils/lib/update-dependency.js --lerna",
|
|
|
"watch": "python scripts/watch_dev.py",
|
|
|
"watch:main": "jlpm run watch",
|
|
|
- "watch:packages": "python scripts/watch_packages.py",
|
|
|
- "test:summary": "lerna run test --scope \"@jupyterlab/test-*\" --parallel --no-bail | grep -Ei '.* test.*(failed|passed|total|completed|skipped)' | sort",
|
|
|
- "test:all": "lerna run test --scope \"@jupyterlab/test-*\" --concurrency 1 --stream --no-bail"
|
|
|
+ "watch:packages": "python scripts/watch_packages.py"
|
|
|
},
|
|
|
"husky": {
|
|
|
"hooks": {
|
|
@@ -105,4 +105,4 @@
|
|
|
"tslint-react": "^4.1.0",
|
|
|
"yarn": "1.21.1"
|
|
|
}
|
|
|
-}
|
|
|
+}
|