Merge pull request #246 from Aphypnise/patch-1

Missing one round bracket, causes gulp build error
This commit is contained in:
Alexei Stukov 2018-08-24 12:59:15 +03:00 committed by GitHub
commit 66966e6729
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']);