|
|
@@ -131,7 +131,7 @@
|
|
|
},
|
|
|
"scripts": {
|
|
|
"lint": "eslint --quiet '**/*.js'",
|
|
|
- "stylelint": "stylelint --quiet --allow-empty-input 'packages/**/*.css' 'external/*/packages/**/*.css' 'docs/**/*.css'",
|
|
|
+ "stylelint": "stylelint --quiet --allow-empty-input 'packages/**/*.css' 'docs/**/*.css'",
|
|
|
"test": "node --max_old_space_size=8192 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js",
|
|
|
"manual": "node --max_old_space_size=8192 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js",
|
|
|
"bootstrap": "yarn install",
|