panr 5 роки тому
батько
коміт
14e076b30b
1 змінених файлів з 4 додано та 3 видалено
  1. 4 3
      package.json

+ 4 - 3
package.json

@@ -125,9 +125,9 @@
   },
   "scripts": {
     "lint": "eslint --quiet '**/*.js'",
-    "stylelint": "stylelint --quiet --allow-empty-input 'packages/**/*.css' 'docs/**/*.css'",
-    "test": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js",
-    "manual": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js",
+    "stylelint": "stylelint --quiet --allow-empty-input 'packages/**/*.css' 'external/**/packages/**/*.css' 'docs/**/*.css'",
+    "test": "node --max_old_space_size=4096 ../ckeditor5-dev/packages/ckeditor5-dev-tests/bin/test.js",
+    "manual": "node --max_old_space_size=4096 ../ckeditor5-dev/packages/ckeditor5-dev-tests/bin/test-manual.js",
     "bootstrap": "yarn install",
     "clean": "rm -rf node_modules",
     "reset": "rm -rf ./packages ./node_modules && yarn run bootstrap",
@@ -164,6 +164,7 @@
   "workspaces": {
     "packages": [
       "packages/*",
+      "external/**/packages/*",
       "."
     ],
     "nohoist": [