mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-05 16:51:27 -08:00
Fix gulpfile tasks
This commit is contained in:
parent
f5d03ae027
commit
0f5ec8b62a
1 changed files with 5 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue