copy prebuilt bindings
This commit is contained in:
parent
c60411c901
commit
4ce32c415e
|
@ -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()));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue