From 1f87a71833e32fe7ea9e006531a18f8d9e69f38e Mon Sep 17 00:00:00 2001 From: shmyga Date: Wed, 13 Mar 2019 21:17:31 +0300 Subject: [PATCH] [build] disable server build --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 3c6e367..e9e783d 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -128,7 +128,7 @@ module.exports.default = gulp.series( module.exports['client:linux:build'], //module.exports['client:android:build'], module.exports['editor:flash:build'], - module.exports['server:neko:build'], + //module.exports['server:neko:build'], module.exports['client:flash:html'], module.exports['client:linux:deb'], );