@@ -17,7 +17,7 @@ before_install:
install:
- npm install mgit2 lerna gulp @ckeditor/ckeditor5-dev-tests @ckeditor/ckeditor5-dev-docs
- mgit bootstrap --resolver-url-template="https://github.com/\${ path }.git"
- - lerna bootstrap --concurrency=1
+ - lerna bootstrap
script:
- npm t
- gulp docs:api --validate-only
@@ -6,5 +6,9 @@
],
"hoist": true,
"nohoist": "guppy-pre-commit",
- "version": "0.0.0"
+ "commands": {
+ "bootstrap": {
+ "concurrency": 1
+ }
}