瀏覽代碼

Fixed paths to scripts in package.json. It should work on Windows environments.

Kamil Piechaczek 8 年之前
父節點
當前提交
98d70a45b0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -69,8 +69,8 @@
   "scripts": {
     "lint": "eslint --quiet '**/*.js'",
     "precommit": "lint-staged",
-    "test": "node --max_old_space_size=4096 ./node_modules/.bin/ckeditor5-dev-tests",
-    "test:manual": "node --max_old_space_size=4096 ./node_modules/.bin/ckeditor5-dev-tests-manual",
+    "test": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js",
+    "test:manual": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js",
     "docs": "node ./scripts/docs/build-docs.js",
     "docs:api": "node ./scripts/docs/build-api-docs.js",
     "translations:collect": "ckeditor5-dev-env-translations collect",