aeson-typescript-0.1.0.3: test/assets/npm_install.sh
#!/bin/bash
# This helper script will run "npm install" in the directory it's in
# Useful because older versions of System.Process don't have nice things like readCreateProcess
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set -e
cd $SCRIPTDIR
npm install