|
@@ -17,7 +17,7 @@ before_install:
|
|
|
install:
|
|
install:
|
|
|
- npm install mgit2 lerna gulp @ckeditor/ckeditor5-dev-tests @ckeditor/ckeditor5-dev-docs
|
|
- npm install mgit2 lerna gulp @ckeditor/ckeditor5-dev-tests @ckeditor/ckeditor5-dev-docs
|
|
|
- mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
|
|
- mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
|
|
|
- - lerna bootstrap
|
|
|
|
|
|
|
+ - lerna bootstrap --concurrency=1
|
|
|
script:
|
|
script:
|
|
|
- npm t
|
|
- npm t
|
|
|
- gulp docs:api --validate-only
|
|
- gulp docs:api --validate-only
|