|
@@ -125,9 +125,9 @@
|
|
|
},
|
|
},
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"lint": "eslint --quiet '**/*.js'",
|
|
"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",
|
|
"bootstrap": "yarn install",
|
|
|
"clean": "rm -rf node_modules",
|
|
"clean": "rm -rf node_modules",
|
|
|
"reset": "rm -rf ./packages ./node_modules && yarn run bootstrap",
|
|
"reset": "rm -rf ./packages ./node_modules && yarn run bootstrap",
|
|
@@ -164,6 +164,7 @@
|
|
|
"workspaces": {
|
|
"workspaces": {
|
|
|
"packages": [
|
|
"packages": [
|
|
|
"packages/*",
|
|
"packages/*",
|
|
|
|
|
+ "external/**/packages/*",
|
|
|
"."
|
|
"."
|
|
|
],
|
|
],
|
|
|
"nohoist": [
|
|
"nohoist": [
|