#!/bin/bash

if [ -n "$NPM_MIRROR_URL" ]; then
  npm -g config set registry "$NPM_MIRROR_URL"
fi
