aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
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