mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
scripts: Fix path to install-node.
This commit is contained in:
@@ -333,7 +333,7 @@ fi
|
||||
./tools/setup/postgres-init-test-db
|
||||
./tools/do-destroy-rebuild-test-database
|
||||
./manage.py compilemessages
|
||||
sudo ./scripts/setup/install-node
|
||||
sudo ./scripts/lib/install-node
|
||||
npm install
|
||||
```
|
||||
|
||||
|
||||
@@ -235,7 +235,7 @@ def main(options):
|
||||
run(["./manage.py", "compilemessages"])
|
||||
|
||||
# Here we install nvm, node, and npm.
|
||||
run(["sudo", "scripts/setup/install-node"])
|
||||
run(["sudo", "scripts/lib/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