Skip to content

Commit

Permalink
Revert partially "[develop] Use npm ci instead of npm i when building…
Browse files Browse the repository at this point in the history
… web-apps"

This reverts commit 5012e4e.
because error with npm ci (-v 9) on package-lock.json(-v 6) file with local dependencies
npm/cli#5125
npm/cli#529
  • Loading branch information
konovalovsergey committed Aug 16, 2023
1 parent 5012e4e commit d66d9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def build_js_develop(root_dir):
_run_npm_ci(root_dir + external_folder + "/sdkjs/build")
_run_grunt(root_dir + external_folder + "/sdkjs/build", get_build_param(False) + base.sdkjs_addons_param())
_run_grunt(root_dir + external_folder + "/sdkjs/build", ["develop"] + base.sdkjs_addons_param())
_run_npm_ci(root_dir + external_folder + "/web-apps/build")
_run_npm(root_dir + external_folder + "/web-apps/build")
_run_npm_ci(root_dir + external_folder + "/web-apps/build/sprites")
_run_grunt(root_dir + external_folder + "/web-apps/build/sprites", [])

Expand Down

0 comments on commit d66d9a0

Please sign in to comment.