mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Move tools/setup/install-node to scripts/setup/.
This commit is contained in:
@@ -333,7 +333,7 @@ fi
|
|||||||
./tools/setup/postgres-init-test-db
|
./tools/setup/postgres-init-test-db
|
||||||
./tools/do-destroy-rebuild-test-database
|
./tools/do-destroy-rebuild-test-database
|
||||||
./manage.py compilemessages
|
./manage.py compilemessages
|
||||||
sudo ./tools/setup/install-node
|
sudo ./scripts/setup/install-node
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ def main(options):
|
|||||||
run(["./manage.py", "compilemessages"])
|
run(["./manage.py", "compilemessages"])
|
||||||
|
|
||||||
# Here we install nvm, node, and npm.
|
# 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
|
# This is a wrapper around `npm install`, which we run last since
|
||||||
# it can often fail due to network issues beyond our control.
|
# it can often fail due to network issues beyond our control.
|
||||||
|
|||||||
Reference in New Issue
Block a user