зеркало из https://github.com/microsoft/just.git
Missing closing parenthesis added
This commit is contained in:
Родитель
6ad6fc58f8
Коммит
7b98eb05c9
|
@ -48,7 +48,7 @@ task('test', function() {
|
|||
// run babel over some files
|
||||
});
|
||||
|
||||
task('build', series('clean', 'babel', condition('test', () => !argv()['skip-test']));
|
||||
task('build', series('clean', 'babel', condition('test', () => !argv()['skip-test'])));
|
||||
```
|
||||
|
||||
Now you can skip the test task by passing an argument like this:
|
||||
|
|
Загрузка…
Ссылка в новой задаче