mirror of https://github.com/zulip/zulip.git
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
|
#!/bin/bash
|
||
|
export NVM_DIR="/usr/local/nvm"
|
||
|
[ -e "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||
|
npm "$@"
|