Missing one round bracket, causes gulp build error

This commit is contained in:
Aphypnise 2018-08-24 03:25:04 +02:00 committed by GitHub
parent 22ea3ff2ad
commit 0f7639da6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ gulp.task('node-sass-bindings', gulp.series(function () {
gulp.src('other/node_sass_bindings/**/*'),
copy('release/node_modules/node-sass/vendor', { prefix: 2 })
]);
});
}));
gulp.task('keytar-bindings', gulp.series(function () {
return del(['release/node_modules/keytar/build']);