build binary with serial mode

This commit is contained in:
Gleb Bahmutov
2017-06-28 15:17:15 -04:00
parent 40650fdcbb
commit e64147d5eb
+2 -1
View File
@@ -35,7 +35,8 @@ runAllBuildJs = _.partial(npmRun, ["run", "all", "build-js"])
runAllCleanJs = _.partial(npmRun, ["run", "all", "clean-js"])
# builds all the packages except for cli and docs
runAllBuild = _.partial(npmRun, ["run", "all", "build", "--", "--skip-packages", "cli,docs"])
runAllBuild = _.partial(npmRun,
["run", "all", "build", "--", "--serial", "--skip-packages", "cli,docs"])
copyAllToDist = (distDir) ->
copyRelativePathToDist = (relative) ->