From 0f5ec8b62ada3d466797692023eabbcd380beb58 Mon Sep 17 00:00:00 2001 From: tobspr Date: Tue, 25 May 2021 09:42:30 +0200 Subject: [PATCH] Fix gulpfile tasks --- gulp/gulpfile.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gulp/gulpfile.js b/gulp/gulpfile.js index b1ef8817..0f4f4185 100644 --- a/gulp/gulpfile.js +++ b/gulp/gulpfile.js @@ -360,7 +360,11 @@ gulp.task( ); // all (except wegame) -gulp.task("standalone.all", gulp.series("regular.main.standalone", "wegame.main.standalone")); +gulp.task("standalone.steam", gulp.series("regular.main.standalone", "china.main.standalone")); +gulp.task( + "standalone.all", + gulp.series("regular.main.standalone", "china.main.standalone", "wegame.main.standalone") +); // Live-development gulp.task(