mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00: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 "$@"
|