8
0
Просмотр исходного кода

Merge branch 't/410'

Internal: Introduced `npm t` script. Closes #410.
Piotrek Koszuliński 8 лет назад
Родитель
Сommit
240c90ebfd
2 измененных файлов с 4 добавлено и 1 удалено
  1. 1 1
      .travis.yml
  2. 3 0
      package.json

+ 1 - 1
.travis.yml

@@ -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

+ 3 - 0
package.json

@@ -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"
   }
 }