Minimal documentation changes.

This commit is contained in:
Juan Ferrer Toribio 2018-02-13 22:45:30 +01:00
parent 8be4e0fb1f
commit 8bc61ffc5a
1 changed files with 3 additions and 4 deletions

View File

@ -61,7 +61,7 @@ gulp.task('services-only', async () => {
});
/**
* Runs the e2e tests restoring the fixtures first.
* Runs the e2e tests, restoring the fixtures first.
*/
gulp.task('e2e', ['docker-rebuild'], async () => {
await runSequenceP('e2e-only');
@ -82,8 +82,7 @@ gulp.task('e2e-only', () => {
gulp.task('clean', ['build-clean', 'nginx-clean']);
/**
* Installs node dependencies in all project directories.
* See the 'install' task.
* Alias for the 'install' task.
*/
gulp.task('i', ['install']);
@ -389,7 +388,7 @@ gulp.task('docker-rebuild', async () => {
/**
* Does the minium effort to start the docker, if it doesn't exists calls
* the 'docker-run' task, if it is started does nothing. keep in mind that when
* the 'docker-run' task, if it is started does nothing. Keep in mind that when
* you do not rebuild the docker you may be using an outdated version of it.
* See the 'docker-rebuild' task for more info.
*/