copy prebuilt bindings

This commit is contained in:
Jiiks 2018-03-20 07:47:03 -03:00
parent c60411c901
commit 4ce32c415e
1 changed files with 1 additions and 1 deletions

View File

@ -65,5 +65,5 @@ const bindings = function() {
}
gulp.task('release', function () {
del(['./release/**/*']).then(() => merge(client(), core(), core2(), core3(), sparkplug(), cssEditor(), deps()));
del(['./release/**/*']).then(() => merge(client(), core(), core2(), core3(), sparkplug(), cssEditor(), deps(), bindings()));
});