mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
This replaces nvm in npm-wrapper by harcoding the path the way we do with node. The main benefit is that this saves a few hundred milliseconds every time we invoke npm.
3 lines
26 B
Bash
Executable File
3 lines
26 B
Bash
Executable File
#!/bin/bash
|
|
NPM_PATH "$@"
|