mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
Move tools/setup/install-node to scripts/setup/.
This commit is contained in:
@@ -235,7 +235,7 @@ def main(options):
|
||||
run(["./manage.py", "compilemessages"])
|
||||
|
||||
# Here we install nvm, node, and npm.
|
||||
run(["sudo", "tools/setup/install-node"])
|
||||
run(["sudo", "scripts/setup/install-node"])
|
||||
|
||||
# This is a wrapper around `npm install`, which we run last since
|
||||
# it can often fail due to network issues beyond our control.
|
||||
|
||||
Reference in New Issue
Block a user