1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix gulpfile tasks

This commit is contained in:
tobspr 2021-05-25 09:42:30 +02:00
parent f5d03ae027
commit 0f5ec8b62a

View File

@ -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(