瀏覽代碼

removed spurious `--concurrency` arg from `test:examples` cmd

telamonian 5 年之前
父節點
當前提交
d2f80b5053
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -70,7 +70,7 @@
     "test": "lerna run test --scope \"@jupyterlab/test-*\" --concurrency 1 --stream",
     "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 --concurrency 1",
+    "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",
     "tslint": "tslint --fix -c tslint.json --project tsconfigbase.json '**/*{.ts,.tsx}'",