aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-05-08 07:01:17 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-05-08 07:01:17 +0200
commitd25628ab024025a964c2c440da90e3424550e3d7 (patch)
tree86eacbb03430169d06f100b2bdb74399a5277d5b /gulpfile.js
parentab2726848a547bd135212359545c5246b2303659 (diff)
downloadwallet-core-d25628ab024025a964c2c440da90e3424550e3d7.tar.xz
adjust to exchange protocol changes
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 061cf6f20..cbcd366ea 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -358,5 +358,5 @@ function po2js() {
exports.srcdist = srcdist
exports.tsconfig = tsconfig
exports.po2js = po2js
-exports.stable = gulp.series(tsconfig, compile_prod, dist_prod, package_stable)
+exports.stable = gulp.series(tsconfig, manifest_stable, compile_prod, dist_prod, package_stable)
exports.default = exports.stable