mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix bugs
This commit is contained in:
4
make.py
4
make.py
@ -42,12 +42,12 @@ base.configure_common_apps()
|
||||
|
||||
# developing...
|
||||
if ("develop" == config.option("module")):
|
||||
build.build_js_develop(base_dir + "/..")
|
||||
build_js.build_js_develop(base_dir + "/..")
|
||||
deploy.make()
|
||||
exit(0)
|
||||
|
||||
# check only js builds
|
||||
if ("1" == base.get_env("OO_ONLY_BUILD_JS"))
|
||||
if ("1" == base.get_env("OO_ONLY_BUILD_JS")):
|
||||
build_js.build()
|
||||
exit(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user