Windshaft-cartodb/scripts/install.sh

8 lines
140 B
Bash
Raw Normal View History

#!/bin/sh
if [[ "$OSTYPE" == "darwin"* ]]; then
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig
fi
npm install