mirror of https://github.com/zulip/zulip.git
Move tools/setup/install-node to scripts/setup/.
This commit is contained in:
parent
374e900432
commit
e4b065e03a
|
@ -333,7 +333,7 @@ fi
|
|||
./tools/setup/postgres-init-test-db
|
||||
./tools/do-destroy-rebuild-test-database
|
||||
./manage.py compilemessages
|
||||
sudo ./tools/setup/install-node
|
||||
sudo ./scripts/setup/install-node
|
||||
npm install
|
||||
```
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue