Internal: Introduced `npm t` script. Closes #410.
@@ -19,4 +19,4 @@ install:
- mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
- lerna bootstrap
script:
- - node --max_old_space_size=4096 ./node_modules/.bin/ckeditor5-dev-tests --reporter=dots
+ - npm t
@@ -48,5 +48,8 @@
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5.git"
+ },
+ "scripts": {
+ "test": "node --max_old_space_size=4096 ./node_modules/.bin/ckeditor5-dev-tests --reporter=dots"
}